Posts

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…

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…