Printing Numbers
What''s the best/quickest way to print integers, floats etc. On a window?
TextOut takes a string (via a char *) to print. If there''s no other way to print a number, how would I go about appending the characters representing a number (int or float) to the end of a string? Anyone know a good int-to-string or float-to-string conversion function?
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement