注冊 | 登錄讀書好,好讀書,讀好書!
讀書網-DuShu.com
當前位置: 首頁出版圖書科學技術計算機/網絡軟件與程序設計C/C++及其相關深度探索C++對象模型(影印版原版風暴)

深度探索C++對象模型(影印版原版風暴)

深度探索C++對象模型(影印版原版風暴)

定 價:¥42.00

作 者: (美國)李普曼著
出版社: 中國電力出版社
叢編項: 深入C++系列
標 簽: C++

ISBN: 9787508314051 出版時間: 2003-08-01 包裝: 平裝
開本: 頁數(shù): 280 字數(shù):  

內容簡介

  本書重點論述了C++面向對象程序設計的底層機制,包括結構式語意,暫時性對象的生成、封裝、繼承和虛擬——虛擬函數(shù)和虛擬繼承。書中向你表明:理解底層實現(xiàn)模型,可以極大地提高你的編碼效率。Lippman澄清了那些關于C++系統(tǒng)開銷與復雜性的各種錯誤信息和猜測,指出了其中某些成本和利益交換確實存在。他在書中詳述了各種實現(xiàn)模型,指出了它們的發(fā)展方向以及促使其發(fā)展的根本原因。本書涵蓋了C++對象模型的語意暗示,并指出了這個模型是如何對程序造成影響的。 ·探索“面向對象程序所支持的C++對象模型”中的程序行為。 ·對于“面向對象特點的基礎實現(xiàn)技術”以及“有關這些特點的隱含利益交換”提供了一個清楚的認識。 ·檢驗由程序變形體帶來的效率沖擊。 ·提供豐富的程序范例、圖表,以及面向對象概念和底層對象模型之間的效率測量。

作者簡介

  StanleyB.Lippman暢銷圖書《C++Primer(3RD)中文版》的原版作者StanleyB.Lippman的職業(yè)是提供關于C++和面向對象的訓練、咨詢、設計和指導。他在成為一名獨立咨詢顧問之前,曾經是迪士尼動化公司的首席軟件設計師。當他在AT&TBell實驗室的時候,領導了cfront3.0版本和2.1版本的編譯器開發(fā)組。他也是BjarneStroustrup領導的Bell實驗室Foundation項目的成員之一,負責C++程序設計環(huán)境中的對象模型部分。他還撰寫了許多關于C++的文章。目前他已受雇于微軟公司,負責VisualC++項目。遍及全球,深受廣大C++學者的喜歡。>>更多作品

圖書目錄

contents
1 Object Lessons l
Layout Costs for Adding Encapsulation 5
1.1 The C++ Object Model 6
A simple object model 6/ A table-driven object model 7/ The C++ object model/ How the object model effects programs
1.2 A Keyword Distinction 12
Keywords schmeewords 13 / The politically correct struct 16
1.3 An Object Distinction 18
The type of a pointer 24/ Adding polymorphism 25
2 The Semantics of Constructors 31
2.1 Default Constructor Construction 32
Member class object with default constructor 34/ Base class with default constructor 37/ Class with a virtual function 37/ Class with a virtual base class 38 / Summary 39
2.2 Copy Constructor Construction 40
Default memberwise initialization 41 / Bitwise copy semantics 43 / Bitwise copy semantics—Not! 45 / Resetting the Virtual Table Pointer 45 / Handling the Virtual Base Class Subobject 47
2.3 Program Transformation Semantics 50
Explicit initialization 50/ Argument initialization 51 / Return value initialization 53 / Optimization at the user level 54/ Optimization at the compiler level 55 / The copy constructor: to have or to have not? 59 / Summary 61
2.4 Member Initialization List 62
3 The Semantics of Data 69
3.1 The Binding of a Data Member 72
3.2 Data Member Layout 75
3.3 Access of a Data Member 72
Static data members 78 / Nonstatic data members 80
3.4 Inheritance and the Data Member 82
Inheritance without polymorphism 83 / Adding polymorphism 87/ Multiple inheritance 91 / Virtual inheritance 95
3.5 Object Member Efficiency 101
3.6 Pointer to Data Members 106
Efficiency of pointers to members 109
The Semantics of Function 113
4.1 Varieties of Member Invocation 114 
 Nonstatic member functions 114/ Virtual member functions 120/ Static member functions 121 /
4.2 Virtual Member Functions 124
Virtual functions under MI 131 / Virtual functions underg virtual inheritance 138
4.3 Function Efficiency 139
4.4 Pointer-to-Member Functions 144
Supporting pointer-to-virtual member functions 145 / Pointer-to-member functions under Ml 147/ Pointer-to-member efficiency 149
4.5 Inline Functions 151
Formal arguments 154/ Local variables 155
Semantics of Construction, Destruction, and Copy 151
Presence of pure virtual destructor 160/ Presence of a virtual specification 161 / Presence of const within a virtual specification 162/ A reconsidered class declaration 162
5.1 Object Construction without Inheritance 163 Abstract data type 165/ Concrete base class 168
5.2 Object Construction under Inheritance 172
Virtual inheritance 176/ The semantics of the vptr initial
ization 179
5.3 Object Copy Semantics 184
5.4 Object Efficiency 190  
5.5 Semantics of Destruction 196
6 Runtime Semantics 201
6.1 Object Construction and Destruction 203
Global objects 205/ Local static objects 209/ Arrays of objects 211 / Default constructors and arrays 214
6.2 Operators new and delete 215 The semantics of new arrays 218
6.3 Temporary Objects 227 A temporary myth 235
7 On the Cusp of the Object Model 239
7.1 Templates 239
Template instantiation 241 / Error reporting within a template 244 / Member function instantiation 250
7.2 Exception Handling 254
A quick review of exception handling 256 / Exception handling support 260
7.3 Runtime Type Identification 264
Introducing a type safe downcast 266 / A type safe dynamic cast 267/ References are not pointers 269/ Typeid Operator 270
7.4 Efficient, but Inflexible 272
Dynamic Shared Libraries 272 / Shared Memory 272
Index 275

本目錄推薦

掃描二維碼
Copyright ? 讀書網 m.ranfinancial.com 2005-2020, All Rights Reserved.
鄂ICP備15019699號 鄂公網安備 42010302001612號