|
-
September 6th, 1999, 02:30 AM
#1
How do I get the commandline-arguments?
Hi!
In my Microsoft Visual C++ 6.0 application I would like to get the commandline arguments, argc and argv. I have seen code like the following ex.
[int main(int argc, char **argv) { }]
But that doesn't help me much, since I don't have any 'main' (or do I?). How can I get argc and argv and use them in my View?
Thanks
//Stefan
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
|