09 2024 档案

摘要: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 阅读全文
posted @ 2024-09-03 17:36 zhihh 阅读(14) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2024-09-02 17:37 zhihh 阅读(23) 评论(0) 推荐(0)