![]() |
#2
修雅2012-08-09 16:30
|
书上一段:
const int ci=0;
const int *p=&ci;//convert address of non-const to address of a const
后面注释的address of non-const对吗?ci不是const吗?