640px Schienennetz Schweiz.svg

C++ Core Guidelines: More about Control Structures

/
My last German post C++ Core Guidelines: To Switch or not to Switch, that is the Question got…
hamlet

C++ Core Guidelines: To Switch or not to Switch, that is the Question

/
First, I have to apologize. Today, I wanted to continue my journey through the C++ Core Guidelines with…
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…
Polynomial expansion

C++ Core Guidelines: Rules for Expressions

/
Today's post is about expressions. You should avoid complicated expressions, know the precedence rules…
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…