关于const声明一些东西
摘要:
const int a; int const a; const int *a; int *const a; const int *const a; 前两个的作用是一样,a是一个常整型数。第三个意味着a是一个指向常整型数的指针(也就是,整型数是不可... 阅读全文
posted @ 2015-08-28 09:27 Zoran_i 阅读(248) 评论(0) 推荐(0) 编辑
posted @ 2015-08-28 09:27 Zoran_i 阅读(248) 评论(0) 推荐(0) 编辑