help with dev C++ settings

sbd_net

Solid State Member
Messages
6
new to dev environment and i was wondering how do i set the environment to allow command line arguements when i complie and run a program
 
Do you mean you want to give the IDE command line parameters when you click the run button?

If so, go to the Execute menu, and click Parameters. Then type in something you want to pass as an arg.

E.g. you have a program called program.exe that accepts the arguments hello, goodbye you would type in hello to perform it and goodbye to perform that instead.

Hope that answers your question.
 
Back
Top Bottom