Cargando…

C++ crash course : a fast-paced introduction /

A fast-paced, thorough introduction to modern C++ written for experienced programmers. After readingC++ Crash Course, you'll be proficient in the core language concepts, the C++ Standard Library, and the Boost Libraries. C++ is one of the most widely used languages for real-world software. Wher...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Lospinoso, Josh (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: San Francisco, CA : No Starch Press, [2019]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Up and running
  • Types
  • Reference types
  • The object life cycle
  • Runtime polymorphism
  • Compile-time polymorphism
  • Expressions
  • Statements
  • Functions
  • Testing
  • Smart pointers
  • Utilities
  • Containers
  • Iterators
  • Strings
  • Streams
  • Filestreams
  • Algorithms
  • Concurrency and parallelism
  • Network programming with boost Asio
  • Writing applications.