【C++】Geekband-专题三:const

1. 最常见情况

2. Reference to Const

3. Pointers and Const

4. Const的不同Level

5. const与Class

5.1 const member function - 函数的末尾有const

5.2 返回值使用const

Reference

原文地址:https://www.cnblogs.com/kongww/p/5419952.html