Ray's playground

 

2009年11月23日

Item 4: Make sure that objects are initialized before they're used (Effective C++)

摘要: Manually initialize objects of built-in type, because C++ only sometimes initializes them itself.   In a constructor, prefer use of the member initialization list to assignment inside the body of the ... 阅读全文

posted @ 2009-11-23 21:50 Ray Z 阅读(247) 评论(0) 推荐(0) 编辑

导航