C++ Core Guidelines: Rules for Enumerations
/
0 Comments
The section to enumerations has eight rules. Since C++11, we have scoped enumerations which overcome…
Which pdf bundle should I provide? Make your choice!
Now, it's time to choose the next pdf bundle? You will get all posts, all source files, and a cmake file…
C++ Core Guidelines: Rules for Unions
A union is a particular data type where all members start at the same address. A union can hold only…
C++ Core Guidelines: More Rules for Overloading
I started the last post on my journey through the rules for overloading functions and operators. Let…
C++ Core Guidelines: Rules for Overloading and Overload Operators
There are ten rules for overloading and overload operators in the C++ core guidelines. Many of them are…
The C++ Standard Library: The Second Edition includes C++17
Just updated: The C++ Standard Library: What every professional C++ programmer should know about the…