本書及時版曾創下銷售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