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
In c++ you want to use : OutputDebugString
OutputDebugString