本书及时版曾创下销售100000本的辉煌业绩,并被翻译成四种语言,其原因不言自明。Scott Meyers的C++实用方法描述了编程专家所采用的规则,即他们几乎总是在做或总是在避免的事。遵循这些规则可以产生整洁、正确和高效的代码……
"这本力作提供了50个使用语言方面的锦囊妙计,C++程序员应人手一本……通过这块小小的`宝石`,Scott Meyers在提高C++编程的整体质量方面做了超乎常人的工作。" ——Jesse Liberty,C++ Report
Preface
Acknowledgmentw
Introduction
Shifting from C to C++
Memory Management
Constructors,Destructors,and Assignment Operators
Classes and Functions:Design and Declaration
Classes and Functions:Implementation
Inheritance and Object-Oriented Design
Miscellany
Afterword
Index