News

Embedded C developers shy away from C++ out of concern for performance. The class construct is one of their main concerns. My previous article Code Craft ... After the constructor is the ...
Modern C++ allows us to write cleaner, more concise code, and make the code we write ... or peppering your constructors with initializations. The old ways are still available and you can still ...
This new C++11 notation calls the proper constructor overload*. Parentheses were used before, instead of brackets, but it made code more confusing, as it seemed like calling function my1, and passing ...