Posts

Polynomial expansion

C++ Core Guidelines: Rules for Expressions

/
Today's post is about expressions. You should avoid complicated expressions, know the precedence rules…
null

The Null Pointer Constant nullptr

/
The new null pointer nullptr cleans up in C++ with the ambiguity of 0 and the macro NULL. The number…