The C++ Standard Library: What every professional C++ programmer should know about the C++ standard library

The C++ Standard Library: What every professional C++ programmer should know about the C++ standard library

English | 2023 | 344 Pages | PDF, EPUB | 10 MB

With the current C++23 standard, C++ has many libraries to offer. My book’s key idea is to give you concise the necessary information for all C++ standard libraries.

“The C++ Standard Library” provides a detailed overview of the C++ Standard Library, including C++23.

The Goal
The C++ Standard Library aims to provide you with a concise reference of the C++ standard library in about 350 pages. This book assumes that you are familiar with C++. If so, you will get the most benefit from this book. If C++ is new to you, you should start with a textbook about core C++. Once you have mastered a textbook about the core language, you can make your next big step by reading my book.

This book also has more than 100 running code examples for the code snippets I present. Therefore, you can combine theory with practice and get the most out of it.

Homepage