Effective C++, 3rd Edition, Chapter 2. Constructors, Destructors, and Assignment Operators阅读全文>
发表于 @ 2006年01月02日 23:01:00|评论(loading...)|编辑|收藏
Effective C++, 3rd Edition, Chapter 2. Constructors, Destructors, and Assignment Operators, Item 12: Copy all parts of an object阅读全文>
发表于 @ 2005年07月16日 02:43:00|评论(loading...)|编辑|收藏
Effective C++, 3rd Edition, Chapter 2. Constructors, Destructors, and Assignment Operators, Item 11: Handle assignment to self in operator=阅读全文>
发表于 @ 2005年07月14日 23:32:00|评论(loading...)|编辑|收藏
Effective C++, 3rd Edition, Chapter 2. Constructors, Destructors, and Assignment Operators, Item 10: Have assignment operators return a reference to *this阅读全文>
发表于 @ 2005年07月13日 23:29:00|评论(loading...)|编辑|收藏
Effective C++, 3rd Edition, Chapter 2. Constructors, Destructors, and Assignment Operators, Item 9: Never call virtual functions during construction or destruction阅读全文>
发表于 @ 2005年07月13日 00:34:00|评论(loading...)|编辑|收藏
Effective C++, 3rd Edition, Chapter 2. Constructors, Destructors, and Assignment Operators, Item 8: Prevent exceptions from leaving destructors阅读全文>
发表于 @ 2005年07月12日 05:11:00|评论(loading...)|编辑|收藏
Effective C++, 3rd Edition, Chapter 2. Constructors, Destructors, and Assignment Operators, Item 7: Declare destructors virtual in polymorphic base classes阅读全文>
发表于 @ 2005年07月10日 15:45:00|评论(loading...)|编辑|收藏
Effective C++, 3rd Edition, Chapter 2. Constructors, Destructors, and Assignment Operators, Item 6: Explicitly disallow the use of compiler-generated functions you do not want阅读全文>
发表于 @ 2005年07月07日 23:46:00|评论(loading...)|编辑|收藏
Effective C++, 3rd Edition, Chapter 2. Constructors, Destructors, and Assignment Operators, Item 5: Know what functions C++ silently writes and calls阅读全文>
发表于 @ 2005年07月06日 00:13:00|评论(loading...)|编辑|收藏