|
What is the problem? Double click the .exe file as you usually do with your other programs.
* If you take a look in the project folder you created when setting up the project, there will be a Debug-folder. In there you will find your .exe file.
* Another way is to dir to your project folder via a console window and type the name of the .exe file, in the Debug folder.
* The most simple approach is to click Debug-menu -> Start, in Visual C++. Or press F5.
Did I got your question?
/Klarre
|