C++ newbie question: what are the arguments in main() for?

Antst

New member
Joined
Jul 29, 2010
Messages
24
Reaction score
0
Points
1
Hi everyone:

Can anyone tell me what the arguments in main() are for? For example:
int main( int argc, char* argv[] )

I have searched and searched, but can't find the answer to this. Thanks a lot!
 
Back
Top