home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH10 / A10211.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  240.1 KB  |  1 channel  |  11,025 sample rate  |  22 seconds
Transcription: Four arithmetic operators have been overloaded. They have been implemented as friends for mixed-mode arithmetic. For example, if A is a fraction object, the expression 2 plus A has the same effect as A plus 2. If these operators were members of the fraction class, the first operand of each would have to be a fraction object.