#include <cctype>的函数
c++中应该是#include <cctype> c中应该是#include <ctype.h> 以下为字符函数库中常用的函数:
常用的有: tolower()——toupper() isupper()——islower() isalnum()——isalpha() |
#include <cctype>的函数
c++中应该是#include <cctype> c中应该是#include <ctype.h> 以下为字符函数库中常用的函数:
常用的有: tolower()——toupper() isupper()——islower() isalnum()——isalpha() |