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…
FunctionParameters

C++ Core Guidelines: The Rules for in, out, in-out, consume, and forward Function Parameter

/
You have many choices to pass function parameters. You can pass by value or by reference. A reference…
cover

“Concurrency with Modern C++” is 95% complete; Including all Source Files

/
Concurrency with Modern C++ is a journey through current and upcoming concurrency in C++. This the last…