c++中应该是#include <cctype> c中应该是#include <ctype.h> 以下为字符函数库中常用的函数:
常用的有: tolower()——toupper() isupper()——islower() isalnum()——isalpha()
转自:http://hi.baidu.com/wangxiaoliblog/blog/item/e2148b163fbc974e21a4e9f7.html |
#include <cctype>的函数
最新推荐文章于 2024-11-05 18:57:29 发布