Table of Contents
Previous Section Next Section

Operator Overloading

In C++, operators can be overloaded by using the operator keyword. (See Chapter 5.) Operator overloading is not supported by C.


Table of Contents
Previous Section Next Section