#include <cstdio>
#include <cstdlib>
#include <iostream>
Functions | |
int | main (int nNumberofArgs, char *pszArgs[]) |
Main entry point for the program. More... | |
int main | ( | int | nNumberofArgs, |
char * | pszArgs[] | ||
) |
Main entry point for the program.
nNumberofArgs | - the number of members in pszArgs |
pszArgs | - an array of pointers to arguments |