摘要: What does const at top level qualifier mean in C++? and what areother levels?For example:int const *i;int *const i;int const *const i;//////////////////////////////////////////////////////////////////... 阅读全文
posted @ 2011-11-03 22:21 Thomas Hwang 阅读(176) 评论(0) 推荐(0) 编辑