Convert Wstring to CString
i have a variable of Cstring,need开发者_开发问答 to convert it to wstring.
The MultiByteToWideChar function is the base level Win32 API function to do this. Whatever library or framework you are using may offer a more convenient function that wraps this operation.
精彩评论