
The New pdf Bundle is Ready: C++20 Modules
/
0 Comments
I have prepared the pdf bundle. To get it is quite simple.
If you subscribe to the newsletter,…

Modern C++ Collection
Get all my books about modern C++ in one bundle.
C++20
Concurrency with Modern C++, including…

From Variadic Templates to Fold Expressions
In my last two posts, "Variadic Templates or the Power of Three Dots" and "More about Variadic Templates",…

C++20 Modules: Private Module Fragment and Header Units
In the last weeks, I learned something new about modules in C++20: private modules fragments and header…

The First Big Update of My C++20 Book
I'm happy to announce the first big update of my C++20 book. The update was mainly due to the improved…

Which pdf bundle do you want? Make your choice!
Now, it's time to choose the next pdf bundle? Get all the material to your chosen topic.
I…

More about Variadic Templates …
There is a lot of power in the strange-looking three dots that are heavily used in the Standard Template…

Variadic Templates or the Power of Three Dots
A variadic template is a template that can have an arbitrary number of template parameters. If you see…

Template Instantiation
Template instantiation is creating a concrete function or a concrete class out of a function or class…

And the Winners for the Five Vouchers for Stephan’s Book “Clean C++20” are
I'm happy to present the five winners in this post including their answers.
I was happy…

Performance of the Parallel STL Algorithms
In my last post, "Parallel Algorithms of the STL with the GCC Compiler", I presented the necessary theory…

Parallel Algorithms of the STL with the GCC Compiler
GCC supports my favorite C++17 feature: the Standard Template Library (STL) parallel algorithms. I recognized…