I'm pretty new to C/C++ and to Visual Studio 2013. Actually, I'm a Java programmer and I am pretty much used to the way Eclipse outputs stuff: there is a small window within Eclipse that contains all the output whereas in VS a seperate console window is opened.
Is there a way to redirect the output to some kind of small window within the VS window aswell?
Thanks in advance.