掲示板システム
ホーム
アクセス解析
カテゴリ
ログアウト
全角スペースを全角スペースに置換 (ID:66023)
名前
ホームページ(ブログ、Twitterなど)のURL (省略可)
本文
↓何の問題もありませんねぇ... #include <afxwin.h> #include <iostream> #include <locale> int main() { CString str = "全 角 空 白を 半 角 空 白 に"; std::cout << "before: " << static_cast<const char*>(str) << std::endl; str.Replace(" ", " "); std::cout << "after: " << static_cast<const char*>(str) << std::endl; }
←解決時は質問者本人がここをチェックしてください。
更新する
戻る
掲示板システム
Copyright 2021 Takeshi Okamoto All Rights Reserved.