Cstring s;
int i=10;
s.format("%d",i);
MessageBox(s);
s now contains the value 10;
if u want to convert from string to integer
use this function
atoi() and if u want to convert from integer to string use
itoa() .. check the parameters.
ok bye
venki
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.