开发者

Convert Wstring to CString

开发者 https://www.devze.com 2022-12-10 07:42 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消