stork 1324371 1280

C++ Core Guidelines: Rules for Copy and Move

/
The rules for copy and move are pretty obvious. But before I describe them I have to write about the…
RainerGrimmSmall

My open C++ Seminars in the First Half of 2018

/
Do you want to reach the next C++ level? Here are my open C++ seminars in the first half of 2018. Embedded…
stork 1324371 1280

C++ Core Guidelines: Constructors

/
The lifecycle of each object starts with its creation; therefore, this post will be about the thirteen…
RainerGrimmSmall

The new pdf bundle is ready: C++17

/
I have prepared the pdf bundle. To get it is quite simple. If you subscribe to the newsletter, you…
1024px Max und Moritz Busch 011

C++ Core Guidelines: Destructor Rules

/
Does my class need a destructor? I often heard this question. Most of the time the answer is no and you…
ConcurrencyCoverFrame

I Proudly present my Book is Ready “Concurrency with Modern C++”

/
Concurrency with Modern C++ is a journey through current and upcoming concurrency in C++. C++11…
RuleOfZeroFiveSix

C++ Core Guidelines: The Rule of Zero, Five, or Six

/
This post is about the rule of zero, five, or maybe six. I will also show the difference between copy…
Observer

C++ Core Guidelines: Class Rules

/
A class is a user-defined type where the programmer can specify the representation, the operations, and…
RainerGrimmSmall

Which pdf bundle should I provide?

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

C++ Core Guidelines: Semantic of Function Parameters and Return Values

/
Today,  I conclude my treatise about the rules for functions in the C++ core guidelines. The last…