ctype.h
isalnum,isalpha,isdigit,isxdigit,islower,isupper,isascii,isgraph,isprint,isspace,ispunct,toupper,tolower,iscsym
Char类
。。。。。。。。。。都有与之对应函数
math.h 对应着math类
stdio 对应着system.io
fopen,fwrite,fread,fputs,fclose,fgetc,fseek
printf,sprintf(返回字符串长度),scanf
string.h 对应着string
strcpy,strncpy,strcat,strncat,_strdup,_strupr,strchr,strcspn(字符位置),strrchr(从右数字符位置),strpbrk(字符串在子字符串),strstr,strtok(分解字符串),strlen,_strlwr,_strrev(反转),_strset,_strnset,strspn
time.h对应着DateTime
asctime, clock(),time(),ctime,difftime,ftime,gmtime,localtime
bitset.h
bitset ,set,reset,flip,to_string
本文深入解析C语言中ctype.h、math.h、stdio、string.h、time.h和bitset.h等库的功能与应用,涵盖字符判断、数学运算、输入输出、字符串操作、日期时间处理和位集操作等核心内容。
1524

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



