摘要:
The Mutable Keyword Referece: The Mutable Keyword in C++ mutable, it declares something that can change. with const In debug mode, if you want to know 阅读全文
摘要:
CONST Reference: CONST in c++ If you decalre something with const, you're saying that you are not going to modify that thing. Combning with pointers c 阅读全文