Modern C++ design : generic programming and design patterns applied /
In Modern C++ Design, Andrei Alexandrescu opens new vistas for C++ programmers. Displaying extraordinary creativity and virtuosity, Alexandrescu offers a cutting-edge approach to software design that unites design patterns, generic programming, and C++, enabling programmers to achieve expressive, fl...
Call Number: | Libro Electrónico |
---|---|
Main Author: | |
Format: | Electronic eBook |
Language: | Inglés |
Published: |
Boston, MA :
Addison-Wesley,
2001.
|
Series: | C++ in-depth series.
|
Subjects: | |
Online Access: | Texto completo (Requiere registro previo con correo institucional) |
Table of Contents:
- Foreword / Scott Meyers
- Foreword / John Vlissides
- pt. I. Techniques
- Ch. 1. Policy-Based Class Design
- Ch. 2. Techniques
- Ch. 3. Typelists
- Ch. 4. Small-Object Allocation
- pt. II. Components
- Ch. 5. Generalized Functors
- Ch. 6. Implementing Singletons
- Ch. 7. Smart Pointers
- Ch. 8. Object Factories
- Ch. 9. Abstract Factory
- Ch. 10. Visitor
- Ch. 11. Multimethods. App. Minimalist Multithreading Library.