- 4
- 0
- 约2.47万字
- 约 51页
- 2018-08-12 发布于江苏
- 举报
Programming Languages and Development Environment(程
* Preprocessing phase. The preprocessor (cpp) modifies the original C program according to directives that begin with the # character. For example, the #include stdio.h command in line 1 of hello.c tells the preprocessor to read the contents of the system header file stdio.h and insert it directly into the program text. The result is another C program, typically with the .i suffix. Compilation phase. The compiler (cc1) translates the text file hello.i into the text file hello.s, which contains an assembly-language program. Each statement in an assembly-language program exactly describes one lo
您可能关注的文档
- Gilbert S. Omenn 医学博士,理学博士密歇根大学医学事务执行副主席.ppt
- Have a nice day 愿你拥有美好的一天…….ppt
- Hiding and Retrieval Techniques for Digital Media机密讯息.ppt
- IAP及其应用以LPC2300为例,讲述IAP功能在实际使用过程0.ppt
- iCAN-5303热电阻功能模块的原理与应用2.ppt
- IHFO中外酒店论坛(WWW.IHFO.COM).doc
- InternetExplorer7先睹为快(下)特为中国TechEd预演0.ppt
- IT职业发展规划.ppt
- JavaWeb开发技术8.ppt
- LC结算时,提交全部单据的种类和份数,均必须符合LC的.ppt
原创力文档

文档评论(0)