(2006-04-20) (阅读次数: 2658)
翻译:Effective C++, 3rd Edition, Item 4: 确定一个对象在使用前已经被初始化
(2006-04-20) (阅读次数: 2608)
翻译:Effective C++, 3rd Edition, Item 5: 了解 C++ 为你偷偷地加上和调用了什么
(2006-04-18) (阅读次数: 1596)
翻译:Effective C++, 3rd Edition, Preface 前言
翻译:Effective C++, 3rd Edition, Item 34: 区分 inheritance of interface(接口继承)和 inheritance of implementation(实现继承)