I have a solution that is mostly C#, but has also few C++ projects.
At some point I call a c++ dll from C# code.
Is there a way to write to visual studio output window from the c++ code (for debugging purposes)?
I tried printf
but it did not seem to have any effect...
(I am using VS 2012, .Net 4.5)