RainerGrimmSmall

Which pdf bundle should I provide? Make your choice!

/
Now, it's time to choose the next pdf bundle? You will get all posts, all source files, and a cmake file…
Wolpertinger

C++ Core Guidelines: Rules for Unions

/
A union is a particular data type where all members start at the same address. A union can hold only…
genetic

C++ Core Guidelines: More Rules for Overloading

/
I started the last post on my journey through the rules for overloading functions and operators. Let…
mistake

C++ Core Guidelines: Rules for Overloading and Overload Operators

/
There are ten rules for overloading and overload operators in the C++ core guidelines. Many of them are…
cover

The C++ Standard Library: The Second Edition includes C++17

/
Just updated: The C++ Standard Library: What every professional C++ programmer should know about the…
doorSmall

C++ Core Guidelines: Accessing Objects in a Hierarchy

/
There are nine rules to access objects in class hierarchies. Let's have a closer look.   Here…

C++ Core Guidelines: The Remaining Rules about Class Hierarchies

/
I needed three posts to present the 20 rules for class hierarchies in the C++ core guidelines. Here are…
RainerGrimmSmall

The new pdf bundle is available: Functional Programming with C++17 and C++20

/
I have prepared the pdf bundle. To get it is quite simple. If you subscribe to the newsletter, you…

C++ Core Guidelines: More Rules about Class Hierarchies

/
In the last post, I started our journey with the rules of class hierarchies in modern C++. The first…
hierarchy 73335 640

C++ Core Guidelines: Class Hierarchies

/
Let's talk in this post about rules for class hierarchies in general and in particular. The C++ core…