C++之“偏正短语” const int MONTH = 12 与 int const MONTH = 12 const在类型前或者类型后无区别(不可修改) 1):指针常量 与 常量指针 … Continue reading C++之“偏正短语”