2

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.

1

1 Answer 1

0

Use OutputDebugString -See http://msdn.microsoft.com/en-us/library/windows/desktop/aa363362%28v=vs.85%29.aspx - Will send output to the output window in VS

Sign up to request clarification or add additional context in comments.

1 Comment

It is indeed an option, but I don't think it answers the question which to me looks like "redirect command line project output like printf/coutto a VS window during debugging" (which I think not possible in stock VS).

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.