Modern C++ Design: Generic Programming and Design Patterns Applied (Paperback)
Andrei Alexandrescu
- 出版商: Addison Wesley
- 出版日期: 2001-02-13
- 售價: $2,380
- 貴賓價: 9.5 折 $2,261
- 語言: 英文
- 頁數: 360
- 裝訂: Paperback
- ISBN: 0201704315
- ISBN-13: 9780201704310
-
相關分類:
C++ 程式語言、Design Pattern
立即出貨(限量) (庫存=4)
買這商品的人也買了...
-
$2,500$2,375 -
$2,150$2,043 -
$680$537 -
$2,580$2,451 -
$2,150$2,043 -
$970Introduction to Algorithms, 2/e
-
$1,150$1,127 -
$1,690$1,606 -
$880$695 -
$1,274Computer Architecture: A Quantitative Approach, 3/e(精裝本)
-
$1,440C++ Templates: The Complete Guide (Hardcover)
-
$650$514 -
$590$466 -
$560$504 -
$480$379 -
$1,176Computer Organization and Design: The Hardware/Software Interface, 3/e(IE) (美國版ISBN:1558606041)
-
$1,995C++ Coding Standards: 101 Rules, Guidelines, and Best Practices (Paperback)
-
$650$507 -
$620$527 -
$2,140$2,033 -
$880$581 -
$550$468 -
$990$891 -
$540$427 -
$2,090$1,980
相關主題
商品描述
Description
Achieve more with C++ than you ever imagined possible!
- Introduces generic components, which offer breakthrough power for maximizing expressiveness, flexibility, and reuse of code.
- Readers will learn exciting, powerful new C++ idioms that will help them master the most modern library writing techniques.
- Forewords by Scott Meyers (Effective C++), one of the world's leading C++ experts, and by John Vlissides, of the IBM T.J. Watson Research center, one of the world's leading patterns experts.
Andrei Alexandrescu is a development manager with RealNetworks, Inc. who specializes in large scale C++ development projects. He is a columnist for C/C++ User's Journal, and was formerly a columnist for C++ Report. Andrei's innovative work with C++ has earned him the respect of leaders throughout the worldwide C++ community.
C++--Intermediate Programming.
Table Of Contents
Foreword by Scott Meyers.Foreword by John Vlissides.
Preface.
Acknowledgments.
I. TECHNIQUES.
1. Policy-Based Class Design.The Failure of the Do-It-All Interface.
Multiple Inheritance to the Rescue?
Templates Bring Hope.
Policies and Policy Classes.
Enriched Policies.
Destructors of Policy Classes.
Optional Functionality Through Incomplete Instantiation.
Combining Policy Classes.
Customizing Structure with Policy Classes.
Compatible and Noncompatible Policies.
Decomposing a Class in Policies.
Summary.
2. Techniques.
Partial Template Specialization.
Local Classes 28 2.4 Mapping Integral Constants to Types.
Type-to-Type Mapping.
Type Selection.
Detecting Convertibility and Inheritance at Compile Time.
A Wrapper Around type_info.
NullType and EmptyType.
Type Traits.
Summary.
3. Typelists.
Defining Typelists.
Linearizing Typelist Creation.
Calculating Length.
Intermezzo.
Indexed Access.
Searching Typelists.
Appending to Typelists.
Erasing a Type from a Typelist.
Erasing Duplicates.
Replacing an Element in a Typelist.
Partially Ordering Typelists.
Class Generation with Typelists.
Summary.
Typelist Quick Facts.
4. Small-Object Allocation.
The Workings of a Memory Allocator.
A Small-Object Allocator.
Chunks.
The Fixed-Size Allocator.
The SmallObjAllocator Class.
A Hat Trick.
Simple, Complicated, Yet Simple in the End.
Administrivia.
Summary.
Small-Object Allocator Quick Facts.
II. COMPONENTS.
5. Generalized Functors.
Command in the Real World.
C11 Callable Entities.
The Functor Class Template Skeleton.
Implementing the Forwarding Functor::operator().
Handling Functors.
Build One, Get One Free.
Argument and Return Type Conversions.
Handling Pointers to Member Functions.
Binding.
Chaining Requests.
Real-World Issues I: The Cost of Forwarding Functions.
Real-World Issues II: Heap Allocation.
Implementing Undo and Redo with Functor.
Summary.
Functor Quick Facts.
6. Implementing Singletons.
The Basic C11 Idioms Supporting Singleton.
Enforcing the Singleton's Uniqueness.
Destroying the Singleton.
The Dead Reference Problem.
Addressing the Dead Reference Problem (I):.
Addressing the Dead Reference Problem (II):.
Implementing Singletons with Longevity.
Living in a Multithreaded World.
Putting It All Together.
Working With SingletonHolder.
Summary.
SingletonHolder Class Template Quick Facts.
7. Smart Pointers.
The Deal.
Smart Pointers' Storage.
Smart Pointer Member Functions.
Ownership-Handling Strategies.
The Address-of Operator.
Implicit Conversion to Raw Pointer Type.
Equality and Inequality.
Ordering Comparisons.
Checking and Error Reporting.
Smart Pointers to const and const Smart Pointers.
Arrays.
Smart Pointers and Multithreading.
Putting It All Together.
Summary.
SmartPtr Quick Facts.
8. Object Factories.
Object Factories in C11: Classes and Objects.
Implementing an Object Factory.
Type Identifiers.
Generalization.
Minutiae.
Clone Factories.
Using Object Factories with Other Generic Components.
Summary.
Factory Class Template Quick Facts.
CloneFactory Class Template Quick Facts.
9. Abstract Factory.
A Generic Abstract Factory Interface.
Implementing AbstractFactory.
A Prototype-Based Abstract Factory Implementation.
Summary.
AbstractFactory and ConcreteFactory Quick Facts.
10. Visitor.
Overloading: The Catch-All Function.
An Implementation Refinement: The Acyclic Visitor.
A Generic Implementation of Visitor.
Back to the Cyclic Visitor.
Hooking Variations.
Summary.
Visitor Generic Component Quick Facts.
11. Multimethods.
When Are Multimethods Needed?
Double Switch-on-Type: Brute Force.
The Brute-Force Approach Automated.
Symmetry with the Brute-Force Dispatcher.
The Logarithmic Double Dispatcher.
FnDispatcher and Symmetry.
Double Dispatch to Functors.
Converting Arguments: static_cast or dynamic_cast?
Constant-Time Multimethods: Raw Speed.
BasicDispatcher and BasicFastDispatcher as Policies.
Looking Forward.
Summary.
Double Dispatcher Quick Facts.
Appendix A. Minimalist Multithreading Library.
Loki's Approach.
Atomic Operations on Integral Types.
Mutexes.
Locking Semantics in Object-Oriented Programming.
Optional volatile Modifier.
Semaphores, Events, and Other Good Things.
Summary.
Bibliography.
Index. 0201704315T04062001
商品描述(中文翻譯)
在《現代C++設計》中,Andrei Alexandrescu為C++程序員開拓了新的視野。Alexandrescu展示了非凡的創造力和技巧,提供了一種尖端的軟件設計方法,將設計模式、泛型編程和C++結合起來,使程序員能夠實現表達性強、靈活性高和高度可重用的代碼。該書介紹了通用組件的概念,這些可重用的設計模板使從設計到應用代碼的過渡更加容易和無縫,生成更能表達原始設計意圖的代碼,並支持最小程度的重新編碼下重用設計結構。作者還展示了如何將這種方法應用於C++程序員在日常活動中遇到的重複性現實問題。所有代碼都可以在網上找到,還有Alexandrescu提供的可下載的Loki C++庫,為幾乎任何C++項目提供強大的開箱即用功能。適合有至少一些標準模板庫(STL)經驗的有經驗的C++程序員閱讀。
Andrei Alexandrescu是RealNetworks公司的開發經理,專門從事大型C++開發項目。他是《C/C++ User's Journal》的專欄作家,曾是《C++ Report》的專欄作家。Andrei在C++方面的創新工作贏得了全球C++社區領袖的尊重。
適合的課程:C++中級編程。
目錄:
- 前言
- 致謝
- 第一部分:技巧
- 1. 基於策略的類設計
- 2. 技巧
- 3. 類型列表
- ...
以上是《現代C++設計》的簡介。