MFC笔记

1、CString 与 std::string的相互转换: 1.1:string to CString string str = "hello world"; CString cstr(str.c_str()); 1.2:CString to string CString theCStr = L"H
posted @ 2022-05-10 09:08  icefield817  阅读(28)  评论(0编辑  收藏  举报