home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A091423.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-02  |  205.7 KB  |  1 channel  |  11,025 sample rate  |  19 seconds
Transcription: This line also calls the overloaded minus operator to find the value of the negation of the fraction object y. Notice that you can call an overloaded operator with either the usual operator syntax as in the line above or with function call syntax as in this line.