2011-12-30, 04:47 PM
In Visual Studio, you right click on the project, select properties, go to configuration properties, linker, system, make sure the property SubSystem is CONSOLE (/SUBSYSTEM:CONSOLE).
This should work for when you run without debugging.
If you are debugging then you should have break points set anyway.
This should work for when you run without debugging.
If you are debugging then you should have break points set anyway.

