会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
kuaqi
博客园
首页
新随笔
联系
订阅
管理
2020年11月26日
字符串 CString转换 unicode 中文 wcout 输出
摘要: 1、unicode字符集下输出CString: wcout.imbue(locale("chs")); wcout << str.GetString() << endl; 2、unicode字符集下CString 与string的转换(提醒:存在个wstring) \\CString->string
阅读全文
posted @ 2020-11-26 13:44 kuaqi
阅读(471)
评论(0)
推荐(0)
编辑
公告