posts - 112, comments - 215, trackbacks - 0, articles - 34
  IT博客 :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

2007年4月9日

     摘要: 今天常量,明天函数设计。
常量是一种标识符,它的值在运行期间恒定不变。C语言用#define来定义常量(称为宏常量)。C++语言除了#define外还可以用const来定义常量(称为const常量)。  阅读全文

posted @ 2007-04-09 19:16 济公 阅读(652) | 评论 (0)编辑 收藏