C++ crash course a fast-paced introduction
Upgrade your Code with C++ C++ is one of the most widely used languages for real-world software. In the hands of a knowledgeable programmer, C++ can produce small, efficient, and readable code that any programmer would be proud of. Designed for intermediate to advanced programmers, C++ Crash Course...
Otros Autores: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
San Francisco, California :
No Starch Press
[2019]
|
Edición: | 1st edition |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009631044706719 |
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.