- 1、本文档共17页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
VC库函数大全(国外英文资料)
VC++库函数大全(国外英文资料)
Appendix 2 is a common library function
Microsoft C provides an extensive library function for application designers, which covers all aspects of programming and must be mastered for every programmer. In this appendix, we select the more commonly used library functions for reference. To save space, we only listed functional prototypes and simple functional instructions. If you have questions about the function of a library function, parameter Settings, return values, etc., you can directly view the relevant instructions in MSDN.
The class library function, the stereotype is in the header file ctype.h. The library functions are actually macros with parameters.
Prototype: int isalpha (int c);
Function: if c returns a non-zero value for the letter, it returns zero.
Prototype: int isdigit (int c);
Function: if c returns a non-zero value for the number, it will return.
Prototype: int isalnum (int c);
Function: if c returns a non-zero value for the letter or number, it returns zero.
Prototype: int islower (int c);
C int isupper (int);
Function: if c returns a non-zero value for lowercase, otherwise it returns 0.
Prototype: int isprint (int c);
Functionality: if c returns a non-zero value for printable characters (including letters, Numbers, Spaces, and various symbols), return 0.
Prototype: int isspace (int c);
Function: if c returns a non-zero value for Spaces, tabs, carriage returns, and so on, otherwise 0 is returned.
Prototype: int tolower (int ch);
Int toupper int (ch);
Function: converts characters to lowercase or uppercase characters.
The directory action function, which is used to handle the file directory system in the program, which is in the header file direct.h.
Prototype: int _chdir (const char * dirname);
Functionality: changing the current directory.
Prototype: int _chdrive (int drive);
Functionality: changing the current driver.
Prototype: char * _getcwd (char * buffer, int maxlen);
Function: read the current directory.
Prototype: char *
您可能关注的文档
- MP3、U盘故障"无法识别的USB设备"处理方法(国外英文资料).doc
- mp3制作(国外英文资料).doc
- mpc8272 光盘文件目录(国外英文资料).doc
- MsFlexGrid用法大全(转)(国外英文资料).doc
- msk的调制解调源代码(国外英文资料).doc
- MSP430F169的i2c实际应用(国外英文资料).doc
- MSR—一种新型宽带城域网技术(国外英文资料).doc
- mssql数据类型(国外英文资料).doc
- MTK工程模式和测试模式指令(国外英文资料).doc
- MTK手机工程模式(国外英文资料).doc
- 2024学年第一学期浙江省精诚联盟10月联考高二物理试题含答案及解析.pdf
- 【山东卷】山东省泰安市2024-2025学年高三上学期11月期中考试(11.13-11.15)英语试卷含答案及解析.pdf
- 【浙江卷】浙江省杭州市四校联考2024-2025学年高一上学期10月月考英语试卷含答案及解析.pdf
- 西南大学附中高一10月月考生物试卷含答案及解析.pdf
- 辽宁省县域重点高中协作体2024~2025学年高一上学期10月质量监测试题历史试卷含答案及解析.pdf
- 基于多功能超疏水材料的海水淡化及油水分离研究.pdf
- FKBP5基因多态性与抚养方式对孤儿静息态脑功能的影响.pdf
- 《因明入正理论略抄及后疏》的研习与创作感受.pdf
- HIF-1α、SGK1在子宫内膜增生及子宫内膜癌孕激素抵抗中的表达和意义.pdf
- 初中信息科技大单元教学设计框架构建及应用研究--以《人工智能》大单元为例.pdf
最近下载
- 2024江西宜春市丰城市委社会工作部等机关事业单位选调工作人员26人笔试参考题库及答案解析.docx VIP
- 王羲之简介ppt课件.pptx
- 骨痹中医护理方案护理效果总结分析报告.docx VIP
- GB_T_32834-2016_干挂饰面石材.docx
- 安徽省2024年中考英语模拟试卷(含答案)1.docx VIP
- 2024年考研《英语二》真题及答案【完整版】.pdf VIP
- TCECS1124-2022工业建筑振动检测与评价技术规.pdf
- 进样针校验规程.docx
- ASME SA-240-2021用于制造压力容器和一般用途的铬和铬镍不锈钢钢板、薄板、钢带技术规范(中文).pdf
- 2022年奇奇和皮皮.pptx
文档评论(0)