home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A113712.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  276.2 KB  |  1 channel  |  11,025 sample rate  |  25 seconds
Transcription: The output statements in this loop show what can happen if the output operator is a member function. Again, the first argument of the fraction output operator has to be a fraction object. The output operator for strings on the other hand has an Ostream object as its first argument. Because the two kinds of output operators take different arguments, the output statement has to be divided like this.