take arguments when running program in console
Hi,
I am a newbie to C++. I'm almost sure that there is the possibility to take parameters when running program in console.
Ex.:
program.exe /a etc ...
How can I get those parameters and values in program?
Thanks in advance!
|