C++20 Quick Syntax Reference A Pocket Guide to the Language, APIs, and Library

This quick C++ 20 guide is a condensed code and syntax reference to the popular programming language, fully updated for C++20. It presents the essential C++20 code syntax in a well-organized format that can be used as a handy reference. This edition covers topics including designated initializers, l...

Descripción completa

Detalles Bibliográficos
Autor principal: Olsson, Mikael. author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress 2020.
Edición:4th ed. 2020.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630993906719
Tabla de Contenidos:
  • 1. Hello World
  • 2. Compile and Run
  • 3. Variables
  • 4. Operators
  • 5. Pointers
  • 6. References
  • 7. Arrays
  • 8. String
  • 9. Conditionals
  • 10. Loops
  • 11. Functions
  • 12. Class
  • 13. Constructor
  • 14. Inheritance
  • 15. Overriding
  • 16. Access Levels
  • 17. Static
  • 18. Enum
  • 19. Struct and Union
  • 20. Operator Overloading
  • 21. Custom Conversions
  • 22. Namespaces
  • 23. Constants
  • 24. Preprocessor
  • 25. Exception Handling
  • 26. Type Conversions
  • 27. Smart Pointers
  • 28. Templates
  • 29. Headers.