The C++ Standard Library - Second Edition - Helion

Tytuł oryginału: The C++ Standard Library - Second Edition
ISBN: 9781839213946
stron: 251, Format: ebook
Data wydania: 2019-12-30
Księgarnia: Helion
Cena książki: 79,90 zł
Standard template library enables programmers to speed up application development using the built-in data structures and algorithms in their codes. The C++ Standard Library is a comprehensive guide to the updated library of classes, algorithms, functions, iterators, and containers and serves as the best reference to the current C++ 17 standard.
Starting with the introduction and history of the standard library, this book goes on to demonstrate how quickly you can manipulate various C++ template classes while writing your applications. You'll also learn in detail the four types of STL components. Then you'll discover the best methods to analyze or modify a string. You'll also learn how to make your application communicate with the outside world using input and output streams and how to use the non-owning string objects with regular strings.
By the end of this book, you'll be able to take your programming skills to a higher level by leveraging the standard C++ libraries.
Osoby które kupowały "The C++ Standard Library - Second Edition", wybierały także:
- PLC i TIA Portal. Kurs video. Techniki programowania SIMATIC S7-1200 200,00 zł, (10,00 zł -95%)
- Google Cloud. Kurs video. Zostań administratorem systemów IT 142,86 zł, (10,00 zł -93%)
- Instalacja i konfiguracja baz danych. Kurs video. Przygotowanie do egzaminu 70-765 Provisioning SQL Databases 285,57 zł, (19,99 zł -93%)
- Jak zhakowa 125,00 zł, (10,00 zł -92%)
- Excel w HR. Kurs video. Od teorii do praktyki 222,11 zł, (19,99 zł -91%)
Spis treści
The C++ Standard Library. What every professional C++ programmer should know about the C++ standard library. - Second Edition eBook -- spis treści
- 1. The Standard Library
- 2. Utilities
- 3. Interface of All Containers
- 4. Sequential Containers
- 5. Associative Container
- 6. Adaptors for Containers
- 7. Iterators
- 8. Callable Units
- 9. Algorithms
- 10. Numeric
- 11. Strings
- 12. String Views
- 13. Regular Expressions
- 14. Input and Output Streams
- 15. Filesystem library
- 16. Multithreading