home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A09133.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-02  |  354.4 KB  |  1 channel  |  11,025 sample rate  |  33 seconds
Transcription: The order in which an expression is evaluated is the same whether or not any of the operators in the expression are overloaded. For example, you cannot redefine the plus operator to have precedence over multiply. A unary operator can only be overloaded to take one operand. A binary operator can be overloaded only to take two operands. For example, it is impossible to define an overloaded increment operator that has two arguments. an overloaded plus operator that has three arguments.