The C++ Standard Library
What every professional C++ programmer should know about the C++ standard library.
Content:
With the current C++20 standard, C++ has many libraries to offer. My book's key idea is to give you the necessary information to all the C++ standard libraries in a concise way.
The book is an improved version of my German book C++ Standardbibliothek published by O'Reilly.
About:
- pdf: 300 pages
- Publisher's: Self-publishing on Leanpub
- Language: English
- Programs: More than 120
Reviews:
Arguably the quickest and easiest way to get up to speed on the most important parts of the C++ standard library. Recommended for any modern C++ programmer.
– Rick Audet, Senior Engineer, Dolby Laboratories
The C++ Standard Library makes me so clear about the content of the STL, which make me dive into most important parts of the C++ Library. Such as Containers, the usage of the Iterators with Containers, the type of Callable Units, the lookup of Algorithm and so all, Sincerely, all C++ Programmers should treat this book as a reference book. You will benefit a lot. Trust me! At last, I wanna thank the author, thanking his book improves my insight.
– Zeshuang Mi, Postgraduate
Further Information:
At Leanpub Leanpub/cpplibrary
Errata
Thanks to Andrzej Warzynski all small typos in syntax errors are fixed in the improved version of my book.
Translation
The book is also available in Korean: http://www.aladin.co.kr/shop/wproduct.aspx?ItemId=110848771
Kommentare
-1 < 0u; // true
es muß aber heißen:
-1 > 0u; // true
Ist das Buch „The C++ Standard Library“ auch als Print irgendwo erhältlich? Gerade bei Lehrbüchern und Nachschlagewerken ist ein traditionelles Buch meist doch angenehmer.
Alle Kommentare dieses Beitrages als RSS-Feed.