|
-
September 14th, 2001, 06:03 PM
#1
How specifiy command line option?
how do i specify command line options (arguments to my program) when i'm running my console app from vc++ 6.0? my main is declared as follows:
int main(int argc, char** argv) {
return 0;
}
thanks for the help...
-christopher bottaro
[email protected]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|