Advertisement

Debugging Question

Started by July 30, 2002 09:33 AM
1 comment, last by JimboC 22 years, 3 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.
sprintf
Advertisement
Thanks for the quick reply!

This topic is closed to new replies.

Advertisement