home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A09134.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-02  |  208.4 KB  |  1 channel  |  11,025 sample rate  |  19 seconds
Transcription: The overloading feature of C++ lets you extend the language by creating an unlimited number of operators for user-defined types. However, you cannot change the meaning of the operators for types that are built in. For example, you cannot redefine the plus operator to subtract integers.