Cargando…

C++20 recipes : a problem-solution approach /

Discover the newest major features of C++20, including modules, concepts, spaceship operators, and smart pointers. This book is a handy code cookbook reference guide that covers the C++ core language standard as well as some of the code templates available in standard template library (STL). In C++2...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Browning, J. Burton (Autor), Sutherland, Bruce (Video game developer) (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [New York, NY] : Apress, [2020]
Edición:Second edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 1. Beginning C++
  • 2. Modern C++
  • 3. Working with Text
  • 4. Working with Numbers
  • 5. Classes
  • 6. Inheritance
  • 7. The STL Containers
  • 8. The STL Algorithms
  • 9. Templates
  • 10. Memory
  • 11. Concurrency
  • 12. Networking
  • 13. Scripting
  • 14. 3D Graphics Programming.