摘要:
const int a a是内容不可改变的int类型int const a a是内容不可改变的int类型const int* a a是指向const int的指针int const *a a是指向const int的指针int* const a a是指向int的常指针const int* const a a是指向const int的常指针网上还出现了另外一种用法int const * a cons... 阅读全文
posted @ 2010-05-31 18:08
justacoder
阅读(226)
评论(0)
推荐(0)

浙公网安备 33010602011771号