c预处理器的作用(极简)

论坛 期权论坛 编程之家     
选择匿名的用户   2021-5-28 19:02   11   0

C 预处理器的作用

以下内容可使用 yum info cpp 获得,摘录如下:

The C preprocessor provides four separate functionalities: the inclusion of header files (files of declarations that can be substituted into your program); macro expansion (you can define macros,and the C preprocessor will replace the macros with their definitions throughout the program); conditional compilation (using special preprocessing directives, you can include or exclude parts of the program according to various conditions); and line control (if you use a program to combine or rearrange source files into an intermediate file which is then compiled, you can use line control to inform the compiler about where each source line originated).

转载于:https://www.cnblogs.com/lgypro/p/11136711.html

分享到 :
0 人收藏
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

积分:3875789
帖子:775174
精华:0
期权论坛 期权论坛
发布
内容

下载期权论坛手机APP