#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/C++ 中 #include<cctype> (或 #include<ctype.h>) 提供的一系列字符处理函数,包括 isalnum(), isalpha(), isdigit() 等,并解释了这些函数如何用于判断字符类型及转换大小写。
|
c++中应该是#include <cctype> c中应该是#include <ctype.h> 以下为字符函数库中常用的函数:
常用的有: tolower()——toupper() isupper()——islower() isalnum()——isalpha() 转载地址:http://hi.baidu.com/wangxiaoliblog/blog/item/e2148b163fbc974e21a4e9f7.html |
323
592

被折叠的 条评论
为什么被折叠?