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
hi palbano,
I have an xml which looks like this..
Iam using msxml4.dll and working on vc++6.0
<?xml version="1.0"encoding="GB2312"? <xml xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"...
hi,
u should add a variable to your control.
suppose u want to display ur variable in a text box. create a text control on your dialog.open class wizard and add a variable of type cedit to this edit control.
after that you add a button control.
double click on that button
you will be opened...
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.