E-Book, Englisch, 512 Seiten
Pikus Hands-On Design Patterns with C++
1. Auflage 2019
ISBN: 978-1-78883-795-8
Verlag: De Gruyter
Format: EPUB
Kopierschutz: Adobe DRM (»Systemvoraussetzungen)
Solve common C++ problems with modern design patterns and build robust applications
E-Book, Englisch, 512 Seiten
ISBN: 978-1-78883-795-8
Verlag: De Gruyter
Format: EPUB
Kopierschutz: Adobe DRM (»Systemvoraussetzungen)
No detailed description available for "Hands-On Design Patterns with C++".
Autoren/Hrsg.
Fachgebiete
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Programmier- und Skriptsprachen
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Programmierung: Methoden und Allgemeines
- Mathematik | Informatik EDV | Informatik Computerkommunikation & -vernetzung Verteilte Systeme (Netzwerke)
Weitere Infos & Material
Table of Contents - An introduction to Inheritance and polymorphism
- Class and function templates
- Memory ownership
- Swap - from simple to subtle
- A Comprehensive Look at Resource Acquisition is Initialization (RAII)
- Type Erasure
- SFINAE and Overload Resolution Management
- The Curiously Recurring Template Pattern
- Named Arguments and Method Chaining
- Local Buffer Optimization
- Scopeguard
- Friend Factory
- Virtual Constructors and Factories
- The Template Method Pattern and the Non-Virtual Idiom
- Singleton: a Classic OOP Pattern
- Policy-based design
- Adaptors and Decorators
- Visitor and multiple dispatch