On the way

Even when I wasn't sure where I was going, I was always in a hurry.

  博客园 :: 首页 :: 联系 :: 订阅 订阅 :: 管理
  19 Posts :: 0 Stories :: 11 Comments :: 0 Trackbacks

公告

08 2007 档案

摘要: .C/C++中宏总结C程序的源代码中可包括各种编译指令,这些指令称为预处理命令。虽然它们实际上不是C语言的一部分,但却扩展了C程 序设计的环境。本节将介绍如何应用预处理程序和注释简化程序开发过程,并提高程序的可读性。 ANSI标准定义的C语言预处理程序包括下列命令: #define,#error,#i nclude,#if,#else,#elif,#endif,#ifdef,#ifndef,#un...阅读全文
posted @ 2007-08-02 16:24 On the way 阅读(9047) | 评论 (2) 编辑