UnderConstruction

C++ Core Guidelines: Rules for Statements

/
Before I continue with the roughly 15 rules for statements, let me finish the two rules for expressions.…
Black Forest gateau20

C++ Core Guidelines: Rules about Don’ts

/
This post is about don'ts. Here are this post's two most important rules: Don't use std::move thoughtless…
Metamorphosis frog Meyers

C++ Core Guidelines: Rules for Conversions and Casts

/
What has narrowing conversion and casts in common? They are often the source of errors; therefore, I…
dental

C++ Core Guidelines: More Rules for Expressions

/
I know this post's headline is a bit boring: More Rules for Expressions. Honestly, this post is about…