c++与c#之间的映射

来源:互联网 发布:python hello world 编辑:程序博客网 时间:2024/06/13 01:31

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

printfsprintf(返回字符串长度),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