Unicode[edit]

VS, VC++[edit]

・CString → std::string
 CString cstr;
 std::string astr = static_cast(cstr);

・std::string → CString
 std::string astr;
 CString cstr = astr.c_str();


トップ   新規 ページ一覧 検索 最終更新   ヘルプ   最終更新のRSS