1. 首页
  2. 课程学习
  3. C++/C
  4. #define用法集锦.doc

#define用法集锦.doc

上传者: 2018-12-25 16:17:14上传 DOC文件 56KB 热度 28次
The #define Directive  You can use the #define directive to give a meaningful name to a constant in your program. The two forms of the syntax are:   Syntax  #define identifier token-stringopt  #define identifier[( identifieropt, ... , identifieropt )] token-stringopt
用户评论