I\'m writing some C++ with Microsoft Visual Studio 2010 Express, and I\'m wondering if there is a way to display command output somewhere in the IDE instead of an external c
If you're running unit tests, you're not debugging, right? So use "Run withut debugging" and the console window will stay open.
Alternatively, open a command prompt of your own and launch the exe by typing its name.