摘要: From:http://my.safaribooksonline.com/book/programming/cplusplus/9780321545190IntroductionThe C++ in More Effective C++Conventions and TerminologyReporting Bugs, Making Suggestions, Getting Book UpdatesBasicsItem 1: Distinguish between pointers and referencesItem 2: Prefer C++-style castsItem 3: Neve 阅读全文
posted @ 2013-08-20 16:12 iDragon 阅读(190) 评论(0) 推荐(0)
摘要: From:http://my.safaribooksonline.com/book/programming/cplusplus/0321334876?bookview=overviewhttp://www.kuqin.com/effectivec2e/Chapter 1.Accustoming Yourself to C++Item 1: View C++ as a federation of languagesItem 2: Prefer consts, enums, and inlines to #definesItem 3: Use const whenever possibleItem 阅读全文
posted @ 2013-08-20 16:09 iDragon 阅读(167) 评论(0) 推荐(0)