Tag Archives: friend

Binary Operator Overloading

In C++, there are two forms of binary operator overloading you can use when designing an API. The first form is to overload the operator as a member function of the class, and the second form is to overload the … Continue reading

Posted in C/C++, Framework Design | Tagged , | 2 Comments