If I am using the function wsprintf.
ex.
char Text[100];
wsprintf(Text,"%i %i,a,b");
But in between the "%i %i" I want space how can I do this. I Draw this text to the direct draw surface but it has rectangles not spaces.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement