怎么把wstring 转换为CString

来源:互联网 发布:java自动生成代码框架 编辑:程序博客网 时间:2024/04/30 04:12

   wstring   str   =   _T("123");  
    CString   cs(str.c_str());