I have tried the following, and even if I use
CString myString = (CString)(x);
it does not work. It just prints out one character and changes the character each time!
I can't understand it.
int x;
for (x=0;x<256;x++)
{
CString myString = x;
dc.TextOut( 600, 40, myString );
}
Thanks a lot for...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.