#include <cctype>的函数
c++中应该是#include <cctype> c中应该是#include <ctype.h> 以下为字符函数库中常用的函数:
常用的有: tolower()——toupper() isupper()——islower() isalnum()——isalpha() 转载地址:http://hi.baidu.com/wangxiaoliblog/blog/item/e2148b163fbc974e21a4e9f7.html |
c++中应该是#include <cctype> c中应该是#include <ctype.h> 以下为字符函数库中常用的函数:
常用的有: tolower()——toupper() isupper()——islower() isalnum()——isalpha() 转载地址:http://hi.baidu.com/wangxiaoliblog/blog/item/e2148b163fbc974e21a4e9f7.html |