how can i convert a varriable type apstring to type CString?
Printable View
how can i convert a varriable type apstring to type CString?
What the apstring is ?
Please - rate answer if it helped you
It gives me inspiration when I see myself in the top list =)
Best regards,
-----------
Igor Soukhov (Brainbench/Tekmetrics ID:50759)
[email protected] | ICQ:57404554 | http://soukhov.com
Member of Russian Software Developer Network http://rsdn.ru
here is where you can find apstring
http://www.collegeboard.org/ap/compu...l/classes.html
Thank you. The link you provided was very usefull as led to this code:
apstring astr("APSTRING");
CString str("CString");
str += astr.c_str();
Please - rate answer if it helped you
It gives me inspiration when I see myself in the top list =)
Best regards,
-----------
Igor Soukhov (Brainbench/Tekmetrics ID:50759)
[email protected] | ICQ:57404554 | http://soukhov.com
Member of Russian Software Developer Network http://rsdn.ru