MedInfoMan
IS-IT--Management
Hello,
I'm trying to learn C++ and am using Visual Studio.Net to reverse engineer/modify some open source code. The program is designed to run with 2 command line parameters. How do I specify test values for those parameters while in debug mode?
I was able to hardcode a value into the code itself for one of the parameters but I don't know enough about C yet to do it for the other.
Thanks
I'm trying to learn C++ and am using Visual Studio.Net to reverse engineer/modify some open source code. The program is designed to run with 2 command line parameters. How do I specify test values for those parameters while in debug mode?
I was able to hardcode a value into the code itself for one of the parameters but I don't know enough about C yet to do it for the other.
Thanks