j
k
j a
j l
Jeff Garland wrote:
std::string str1("HeLlO WoRld!"); std::to_upper(str1); // str1=="HELLO WORLD!"
Opening the to_upper can of worms may not be a good idea. ;-) std::string str1("weiß"); std::to_upper(str1); // str1=="WEISS"?
Back to the thread
Back to the list