When ever I am trying to run an application in MSVC, it gives output on a console which is not attached to MSVC window.
is it possible to get the output attached to MSVC, like it gives build details on its window known as "output" ?
When ever I am trying to run an application in MSVC, it gives output on a console which is not attached to MSVC window.
is it possible to get the output attached to MSVC, like it gives build details on its window known as "output" ?
There have been some questions like yours already and it hasn't been very tricky to find them.
Capturing cout in Visual Studio 2005 output window?
How do I get text into Visual Studio Output Window using STL IO?