int question
int question
- Subject: int question
- From: Brian Howard <email@hidden>
- Date: Tue, 5 Jun 2001 12:25:54 -0400
Would someone be kind enough to explain what this line of code does:
int main (int argc, const char * argv[])
I know it's declaring integer variables, but I can't find any reference
to "argc" or "const char * argv[]", and I can find nothing to explain
the use of the ().