关于字符的C++函数

toupper(), tolower()不会改变原来的字符; 如果输入不是字母, 返回值跟原字符相同. 

isupper(), islower()..

原文地址:https://www.cnblogs.com/Luxuer/p/9471325.html