View Single Post
  #1 (permalink)  
Old January 12th, 2007, 09:17 PM
iulian iulian is offline
Registered User
 
Join Date: Jan 2007
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to iulian
Default 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!

Reply With Quote