0

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" ?

San
  • 907
  • 3
  • 16
  • 33

1 Answers1

0

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?

How to keep the console window open in Visual C++?

Community
  • 1
  • 1
Pixelchemist
  • 22,997
  • 7
  • 44
  • 70