C++17 Standard Library Quick Reference A Pocket Guide to Data Structures, Algorithms, and Functions

This quick reference is a condensed guide to the essential data structures, algorithms, and functions provided by the C++17 Standard Library. It does not explain the C++ language or syntax, but is accessible to anyone with basic C++ knowledge or programming experience. Even the most experienced C++...

Descripción completa

Detalles Bibliográficos
Autores principales: Van Weert, Peter. author (author), Gregoire, Marc. author
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress 2019.
Edición:2nd ed. 2019.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630762906719
Tabla de Contenidos:
  • Introduction
  • 1. Numerics and Math
  • 2. General Utilities
  • 3. Containers
  • 4. Algorithms
  • 5. Stream I/O
  • 6. Characters and Strings
  • 7. Concurrency
  • 8. Diagnostics
  • A. Appendix.