PrintArgs
 All Files Functions
main.cpp File Reference
#include <cstdio>
#include <cstdlib>
#include <iostream>

Functions

int main (int nNumberofArgs, char *pszArgs[])
 Main entry point for the program. More...
 

Function Documentation

int main ( int  nNumberofArgs,
char *  pszArgs[] 
)

Main entry point for the program.

Parameters
nNumberofArgs- the number of members in pszArgs
pszArgs- an array of pointers to arguments
Returns
zero if everything worked