Code:#ifdef _UNICODE #define String wstring #else #define String string #endif String mystring; CString myCString = "Hello"; mystring = LPCTSTR(myCString);
|
Results 1 to 8 of 8
Thread: CString to wstringThreaded View
|
Click Here to Expand Forum to Full Width |