摘要: 一 枚举 二 位段/位域 三 联合体 阅读全文
posted @ 2019-09-14 18:19 火焰马 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 一 常量指针 : const int *p 二 指针常量 : int * const p 三 指针常量 : int * const p 四 指向常量的指针常量 : const int * const p 阅读全文
posted @ 2019-09-14 16:08 火焰马 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 一 const赋值 二 const改值 三 应用 阅读全文
posted @ 2019-09-14 14:13 火焰马 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 一 #define和typdef 二 宏函数 阅读全文
posted @ 2019-09-14 11:24 火焰马 阅读(187) 评论(0) 推荐(0) 编辑