|
-
September 8th, 2001, 06:05 PM
#1
apstring to CString
how can i convert a varriable type apstring to type CString?
-
September 9th, 2001, 02:41 AM
#2
Re: apstring to 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
-
September 9th, 2001, 07:43 AM
#3
-
September 9th, 2001, 08:27 AM
#4
Re: apstring to CString
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|