Logo

Blog


MONTH: November 2021

Publications

Book: Programming with C++20 - Paperback edition available

You can now order Programming with C++20 - Concepts, Coroutines, Ranges, and more from Amazon. Due to your feedback, references carry page numbers and there is a full-color and a [...]
Publications

Book: Programming with C++20 - What's your style preference?

Last week I ordered the first test print for Programming with C++20 - Concepts, Coroutines, Ranges, and more. I'm looking forward to holding it in my hands around Friday. This [...]
C++ Insights

A Visual Studio Code extension for C++ Insights

Some of you had asked for this in the past, and now it is there. Thanks to Tobias Fuchs (@meet__tobi), there is now an extension for Visual Studio Code that allows you to see the [...]
C++

C++20 Modules: Reachability and Visibility

C++20's modules are one feature of the big four, supposed to influence how we write C++ code in a huge way. One expectation we discussed in (C++20 Modules: The possible speedup) [...]