Modern C++ for Absolute Beginners A Friendly Introduction to C++ Programming Language and C++11 to C++20 Standards

C++ is a language like no other, surprising in its complexity, yet wonderfully sleek and elegant in so many ways. It is also a language that cannot be learned by guessing, one that is easy to get wrong and challenging to get right. This book is an effort to introduce the reader to a C++ programming...

Descripción completa

Detalles Bibliográficos
Autor principal: Dmitrović, Slobodan. author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress 2020.
Edición:1st ed. 2020.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630882706719
Tabla de Contenidos:
  • 1. Introduction
  • 2. What is C++?
  • 3. C++ Compilers
  • 4. Our First Program
  • 5. Types
  • 6. Exercises
  • 7. Operators
  • 8. Standard Input
  • 9. Exercises
  • 10. Arrays
  • 11. Pointers
  • 12. References
  • 13. Introduction to Strings
  • 14. Automatic Type Deduction
  • 15. Exercises
  • 16. Statements
  • 17. Constants
  • 18. Functions
  • 19. Exercises
  • 20. Scope and Lifetime
  • 21. Exercises
  • 22. Classes - Part I
  • 23. Exercises
  • 24. Classes – Part II
  • 25. The static Specifier
  • 26. Templates
  • 27. Enumerations
  • 28. Organizing code
  • 29. Exercises
  • 30. Conversions
  • 31. Exceptions
  • 32. Smart Pointers
  • 33. C++ Standard Library and Friends
  • 34. C++ Standards
  • 35. C++11
  • 36. C++14
  • 37. C++17
  • 38. C++20.