Debugging C++ code

Started by
1 comment, last by Kraiklyn 23 years, 11 months ago
Is there a way to direct an output stream to the debug window within VC++ (6). Rather than implementing a debug console or invoking loads of message boxes, i would prefer to show debug info using this method. Any help much appreciated!
Advertisement
I believe the function is OutputDebugString("blah"). Search the help files for it and it should come up with all the info you need.

Later,
Eck

EckTech Games - Games and Unity Assets I'm working on
Still Flying - My GameDev journal
The Shilwulf Dynasty - Campaign notes for my Rogue Trader RPG

thanks Eck!

if i just searched a little harder before i posted, never mind...

cheers

This topic is closed to new replies.

Advertisement