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…