文件名称:#define用法集锦.doc
文件大小:56KB
文件格式:DOC
更新时间:2014-05-16 10:56:24
#define用法 集锦
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