Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
string str("fujian"); string newstr; transform(str.begin(), str.end(), newstr.begin(), ::toupper); cout << newstr << endl;
string toupper に関するこのコード サンプルの結果が何もないのはなぜですか?