Effective C++, 3rd Edition, Chapter 4. Designs and Declarations阅读全文>
发表于 @ 2006年01月22日 21:30:00|评论(loading...)|编辑|收藏
Effective C++, 3rd Edition, Chapter 4. Designs and Declarations, Item 25: Consider support for a non-throwing swap 本篇完成。阅读全文>
发表于 @ 2005年08月11日 23:03:00|评论(loading...)|编辑|收藏
Effective C++, 3rd Edition, Chapter 4. Designs and Declarations, Item 25: Consider support for a non-throwing swap 本篇未完,下次继续。阅读全文>
发表于 @ 2005年08月10日 01:05:00|评论(loading...)|编辑|收藏
Effective C++, 3rd Edition, Chapter 4. Designs and Declarations, Item 24: Declare non-member functions when type conversions should apply to all parameters阅读全文>
发表于 @ 2005年08月05日 01:22:00|评论(loading...)|编辑|收藏
Effective C++, 3rd Edition, Chapter 4. Designs and Declarations, Item 23: Prefer non-member non-friend functions to member functions阅读全文>
发表于 @ 2005年08月03日 00:55:00|评论(loading...)|编辑|收藏
Effective C++, 3rd Edition, Chapter 4. Designs and Declarations, Item 22: Declare data members private阅读全文>
发表于 @ 2005年08月01日 23:06:00|评论(loading...)|编辑|收藏
Effective C++, 3rd Edition, Chapter 4. Designs and Declarations, Item 21: Don't try to return a reference when you must return an object 本篇完成。阅读全文>
发表于 @ 2005年07月30日 22:43:00|评论(loading...)|编辑|收藏
Effective C++, 3rd Edition, Chapter 4. Designs and Declarations, Item 21: Don't try to return a reference when you must return an object 本篇未完,下次继续。阅读全文>
发表于 @ 2005年07月29日 00:44:00|评论(loading...)|编辑|收藏
Effective C++, 3rd Edition, Chapter 4. Designs and Declarations, Item 20: Prefer pass-by-reference-to-const to pass-by-value 本篇完成。阅读全文>
发表于 @ 2005年07月27日 23:52:00|评论(loading...)|编辑|收藏
Effective C++, 3rd Edition, Chapter 4. Designs and Declarations, Item 20: Prefer pass-by-reference-to-const to pass-by-value 本篇未完,下次继续。阅读全文>
发表于 @ 2005年07月27日 00:38:00|评论(loading...)|编辑|收藏