With C++11, C++14, and C++17 we got a lot of new C++ libraries. In addition, the existing ones are greatly improved. The key idea of my book is to give you the necessary information to the current C++ libraries.
The C++ Standard Library is a quick reference to the standard library of the current C++17 standard.
The Goal
The goal of this quick reference is to provide a concise reference of the C++ standard library. This book assumes that you are familiar with C++. If so you will get the most benefit out of this book. If C++ is totally 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 this book.
This book gives you, in addition, more than 100 running code examples to the code snippets, I presented in the book. Therefore you can combine the theory with the practices and get the most of it.