Entries by Rainer Grimm

The Next Big Thing: C++20

C++20 will be the next big C++ standard after C++11. As C++11 did, C++20 will change the way we program modern C++. This change is particularly true for Ranges, Coroutines, Concepts, and Modules. To understand this next big step in the evolution of C++, let me put it in this post in the historical context of […]

“Concurrency with Modern C++” has a new chapter

I’m happy to announce. I added a new chapter to lock-based concurrent data structures to my book “Concurrency with Modern C++”. Now, you get 550 pages of concurrency in C++ and more than 140 runnable examples. Here is more info: https://leanpub.com/concurrencywithmodernc