Lambda

C++ Core Guidelines: Function Objects and Lambdas

/
I can not think about modern C++ without lambda expressions. So my wrong assumption was that there are…
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…
scales 310962 640

C++ Core Guidelines: Comparison, Swap, and Hash

/
This post will be about comparisons, swap, and hash. That means I conclude with his post my treatise…
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…