摘要: Effective C++ Scott Meyers Chapter 2. Constructors, Destructors, and Assignment Operators 1. Item 5: Know what functions C++ silently writes and calls 阅读全文
posted @ 2018-12-24 13:57 lefthook 阅读(114) 评论(0) 推荐(0) 编辑
摘要: Effective C++ Scott Meyers Chapter 1. Uses and Abuses of vector 1. Item 4: Make sure that objects are initialized before they're used. Use member init 阅读全文
posted @ 2018-12-24 12:08 lefthook 阅读(112) 评论(0) 推荐(0) 编辑