首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

一些惯用函数的对应Unicode版本

2012-12-28 
一些常用函数的对应Unicode版本ANSI-Unicodeprintf-_tprintfstrcat-lstrcatscanf-_tscanf_s/_tscanfatoi-_

一些常用函数的对应Unicode版本
ANSI-Unicode

printf-_tprintfstrcat-lstrcatscanf-_tscanf_s/_tscanfatoi-_ttoistrcmp-_tcscmp/lstrcmpstrlen-_tcslenstrcat-_tcscatstrcpy-_tcscpysprintf-_stprintfint main(int argc, char* argv[]) - int _tmain(int argc, _TCHAR* argv[])

热点排行