const用法:const *char;char *const;const char *const 区别
摘要:
const *char:指向常量的指针--所指的对象的内容不能改变。char *const:常指针--所指的对象不能改变。const char *const:指向常量的常指针--所指的对象与所指的对象的内容均不能改变。 阅读全文
posted @ 2012-01-16 23:42 AlexLeo 阅读(282) 评论(0) 推荐(0)
浙公网安备 33010602011771号