The C++ Standard Library - Second Edition - Helion
![The C++ Standard Library - Second Edition](https://helion.pl/okladki/181x236/e_2t7o.png)
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:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Podręcznik startupu. Budowa wielkiej firmy krok po kroku 92,67 zł, (13,90 zł -85%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Scrum. O zwinnym zarz 77,22 zł, (13,90 zł -82%)
- Prawa ludzkiej natury 73,16 zł, (13,90 zł -81%)
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