I don’t see how to just run an app in Visual C++ Express. Debug option is right there but how about running the app? I checked each button on above and right clicked everything I could but I don’t see the option to just run it? Without debugging. I don’t mind debugging but I lose the console screen that main is running its loop in.
Share
You can do this by pressing Ctrl+F5. Or you could add it as a menu item (found this on the www):
Tools -> Customize- > Commands tab -> Rearrange Commands -> Select Debug from Menu Bar dropdownlist -> Add -> Select Debug from Categories, Select Start without debugging from Commands -> OK.