Inhaltsverzeichnis[Anzeigen]

The C++ Standard Library

cover20

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.

 

The goal of The C++ Standard Library is to provide you a concise reference of the C++ standard library in about 300 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 has, also, 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.

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

CoverKorean

 

 

  

  

Kommentare   

0 #1 Artur 2020-10-16 17:56
Habe gerade angefangen Dein Buch "The C++ Standard Library" (This version was published on 2020-10-10) zu lesen und habe auf Seite 15 (26) einen Fehler gefunden: Thema "Save Comparison of Integers": es heißt:

-1 < 0u; // true

es muß aber heißen:

-1 > 0u; // true
Zitieren
0 #2 Rainer Grimm 2020-12-25 18:56
Danke, ich werde mir das Buch in den nächsten Tagen nochmals genauer anschauen und überareiten.
Zitieren
0 #3 Tom 2022-06-30 18:59
Guten Abend,
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.
Zitieren

Mentoring

Stay Informed about my Mentoring

 

Rezensionen

Tutorial

Besucher

Heute 662

Gestern 1497

Woche 8205

Monat 33064

Insgesamt 3331976

Aktuell sind 45 Gäste und keine Mitglieder online

Kubik-Rubik Joomla! Extensions

Abonniere den Newsletter (+ pdf Päckchen)

Beiträge-Archiv

Sourcecode

Neuste Kommentare