This section contains Operator Overloading Overview topics.
|
Name |
Description |
|
This section contains How to Construct A Class Of Complex Vector topics. | |
|
C++ lets you redefine the actions of most operators, so that they perform specified functions when used with objects of a particular class. As with overloaded C++ functions in general, the compiler distinguishes the different functions by noting the context of the call: the number and types of the arguments or operands. All the operators can be overloaded except for: |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|