Overloading
Visual Studio .NET 2003
This section explains how to use C++ overloaded functions and overloaded operators. The following topics are included:
- Overview
- Restrictions on overloaded functions
- Declaration matching
- Argument matching
- Address of overloaded functions
- Overloaded operators
- General rules for operator overloading