Debugging Question

Started by
1 comment, last by JimboC 21 years, 8 months ago
How do I convert a variable such as a DWORD or a float to a string in VC++ so I can send it to the dubugger with OutputDebugString? I''m pretty sure I''ve done this in the past, but I got away from programming for a few years and I''m drawing a blank. Thanks a bunch.
Advertisement
sprintf
Thanks for the quick reply!

This topic is closed to new replies.

Advertisement