Stephen C.Dewhurst是貝爾實驗室第一批C++程序員之一,擁有20多年C++項目經(jīng)驗,涉及的領(lǐng)域包括編譯器設(shè)計、證券交易、電子商務(wù)和嵌入式通信技術(shù)等。他曾獨(dú)自或與人合作撰寫多種C++書籍,是TheC++Sou rce的顧問團(tuán)成員,C/C++Use rs Jou rnal的資深編輯,也是C++Report的專欄作家。他還是兩種C++編譯器的作者,并發(fā)表了大量關(guān)于編譯器設(shè)計和C++編程技術(shù)的文章。
圖書目錄
Item 1 Data Abstraction Item 2 Polymorphism Item 3 Design Patterns Item 4 The Standard Template Library Item 5 References Are Aliases, Not Pointers Item 6 Array Formal Arguments Item 7 Const Pointers and Pointers to Const Item 8 Pointers to Pointers Item 9 New Cast Operators Item 10 Meaning of a Const Member Function Item 11 The Compiler Puts Stuff in Classes Item 12 Assignment and Initialization Are Different Item 13 Copy Operations Item 14 Function Pointers Item 15 Pointers to Class Members Are Not Pointers Item 16 Pointers to Member Functions Are Not Pointers Item 17 Dealing with Function and Array Declarators Item 18 Function Objects Item 19 Commands and Hollywood Item 20 STL Function Objects Item 21 Overloading and Overriding Are Different Item 22 Template Method Item 23 Namespaces Item 24 Member Function Lookup Item 25 Argument Dependent Lookup Item 26 Operator Function Lookup Item 27 Capability Queries Item 28 Meaning of Pointer Comparison Item 29 Virtual Constructors and Prototype Item 30 Factory Method Item 31 Covariant Return Types Item 32 Preventing Copying Item 33 Manufacturing Abstract Bases Item 34 Restricting Heap Allocation Item 35 Placement New Item 36 Class-Speci.c Memory Management Item 37 Array Allocation Item 38 Exception Safety Axioms Item 39 Exception Safe Functions Item 40 RAII Item 41 New, Constructors, and Exceptions Item 42 Smart Pointers Item 43 auto_ptr Is Unusual Item 44 Pointer Arithmetic Item 45 Template Terminology Item 46 Class Template Explicit Specialization Item 47 Template Partial Specialization Item 48 Class Template Member Specialization Item 49 Disambiguating with Typename Item 50 Member Templates Item 51 Disambiguating with Template Item 52 Specializing for Type Information Item 53 Embedded Type Information Item 54 Traits Item 55 Template Template Parameters Item 56 Policies Item 57 Template Argument Deduction Item 58 Overloading Function Templates Item 59 SFINAE Item 60 Generic Algorithms Item 61 You Instantiate What You Use Item 62 Include Guards Item 63 Optional Keywords Bibliography Index Index ofCode Examples