home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A09122.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-02  |  217.7 KB  |  1 channel  |  11,025 sample rate  |  20 seconds
Transcription: An overloaded operator is declared by preceding one of the valid C++ operators with the word operator. Overloaded operators must have at least one user-defined type as an argument. Overloading operators are distinguished by the number and types of operands used with the operator.