Posts

genetic

C++ Core Guidelines: More Rules for Overloading

/
I started the last post on my journey through the rules for overloading functions and operators. Let…
mistake

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…