Cargando…

Advanced C++ programming cookbook : become an expert C++ programmer by mastering concepts like templates, concurrency, and type deduction /

This book is for C++ developers with a good understanding of the language and an interest in advanced language features, who want to obtain expert skills to solve recurring problems with tailormade solutions.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Quinn, Rian (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2020.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Chapter 1: Getting Started with Library Development
  • Chapter 2: Using Exceptions for Error Handling
  • Chapter 3: Implementing Move Semantics
  • Chapter 4: Using Templates for Generic Programming
  • Chapter 5: Concurrency and Synchronization
  • Chapter 6: Optimizing Your Code for Performance
  • Chapter 7: Debugging and Testing
  • Chapter 8: Creating and Implementing Your Own Container
  • Chapter 9: Exploring Type Erasure
  • Chapter 10: An In-Depth Look at Dynamic Allocation
  • Chapter 11: Common Patterns in C++
  • Chapter 12: A Closer Look at Type Deduction
  • Chapter 13: Bonus
  • Using C++20 Features.