home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A09121.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-02  |  205.7 KB  |  1 channel  |  11,025 sample rate  |  19 seconds
Transcription: You can use operator overloading to give a meaning to C++ operators when they are applied to user-defined types. As a result, you can perform standard operations such as addition or comparison on user-defined types using the same syntax you use for built-in types.