C++把大写改成小写用哪个函数

如题所述

int
tolower(int
c)
将字符c转换成小写字符
int
toupper(int
c)
将字符c转换成大写字符
温馨提示:答案为网友推荐,仅供参考
相似回答
大家正在搜