Skip to content

References and Overview

Compiler support: https://en.cppreference.com/w/cpp/compiler_support

Bill Weinman
C++20 STL Cookbook
Packt Publishing, 2022

Vardan Grigoryan, Shunguang Wu,
Expert C++,
Become a proficient programmer by learning coding best practices with C++17 and C++20’s latest features
Packt Publishing, 2020

Rainer Grimm,
C++20: Get the Details,
Leanpub 2021
http://modernescpp.com/

Artikel-Serie von Rainer Grimm
https://www.heise.de/developer/ModernesCplusplus-3691794.html
(mit ?seite=<N> ist Blättern über größere Bereiche möglich)

C++20: Concepts, Ranges, Coroutinen und Module
https://www.heise.de/developer/artikel/C-20-Die-vier-grossen-Neuerungen-4568956.html

Variadic templates
https://www.heise.de/developer/artikel/C-Insights-Variadic-Templates-4365343.html

Programmierung zur Compilezeit mit constexpr
https://www.heise.de/developer/artikel/C-Core-Guidelines-Programmierung-zur-Compilezeit-mit-constexpr-4296535.html

Type erasure
https://www.heise.de/developer/artikel/C-Core-Guidelines-Type-Erasure-4158206.html
https://www.heise.de/developer/artikel/C-Core-Guidelines-Type-Erasure-mit-Templates-4164863.html

My own resources
MultiThreading: DoxyGen documentation, web presentation, download slides (PPTx)