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