declarationSmall

C++ Core Guidelines: More Rules for Declarations

/
In this post, I will finish the rules for declarations. The remaining rules for declarations are not…
creation of man

C++ Core Guidelines: Declarations and Initialisations

/
Let's continue our tour through the rules for expressions and statements in the C++ core guidelines.…
cleanCpp

Clean C++

/
I want to make a short detour from my long series of posts about the C++ Core Guidelines. I read the…
naming standards clean code 24 728

C++ Core Guidelines: Rules for Expressions and Statements

/
There are many rules in the C++ Core Guidelines dealing with expressions and statements. To be precise,…
relay race

C++ Core Guidelines: Passing Smart Pointers

/
Passing smart pointers is a critical topic that is seldom addressed. This ends with the C++ core guidelines…
gold 513062 640

C++ Core Guidelines: Rules for Smart Pointers

/
There were a lot of C++ experts who said that smart pointers were the essential feature of C++11. Today,…
RainerGrimmSmall

The new pdf bundle is available: Embedded – Performance Matters

/
I have prepared the pdf bundle. To get it is quite simple. If you subscribe to the newsletter, you…
German Monopoly board in the middle of a game

C++ Core Guidelines: Rules for Allocating and Deallocating

/
The guidelines have six rules for explicit memory allocation and deallocation. Six! Maybe you are surprised…
photo montage 1548599 640

C++ Core Guidelines: Rules about Resource Management

/
This and the following posts will probably be about the most critical concern in programming: resource…
hand 162127 640

C++ Core Guidelines: Rules for Enumerations

/
The section to enumerations has eight rules. Since C++11, we have scoped enumerations which overcome…