June 2025
Intermediate to advanced
1093 pages
33h 24m
English
The Standard Library
The standard library is an integral part of the C++ language. It contains indispensable and useful features. Always use the standard library, rather than developing yourself or turning to third-party libraries.
In this part, you’ll get to know the various parts of the standard library in more detail. I dedicate quite a lot of space to containers, iterators, and algorithms. This is followed by a chapter on streams, which also work with iterators. You will then learn how to program threads in C++. Finally, we’ll discuss various smaller library elements.
With these chapters, you’ll gain deep insight into the standard library, so you’ll need to refer to the reference less often.
Read now
Unlock full access