ickyatcity.wordpress.com
Found a great conversation about operator overloading. Thought to share.
The Three Basic Rules of Operator Overloading in C++ When it comes to operator overloading in C++, there are three basic rules you should follow. As with all such rules, there are indeed exceptions…