C++ Programming: "Operator Overloading"

Operators play an important role in computer programming. What if you could change the behavior of an operator based on the types of its arguments? Read this article to learn about how to do this via operator overloading.