Why is the command line arguments count variable (traditionally argc) an int instead of an unsigned int? Is there a technical reason for t
argc
int
unsigned int
Just a simple question: Do you expect more than 231 (or even more than 215) command line arguments? I doubt that most operating systems could handle that many.