C++20

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…
RainerGrimmSmall

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…
templates

More about Variadic Templates …

/
There is a lot of power in the strange-looking three dots that are heavily used in the Standard Template…
templates

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…