home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH10 / A10192.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  249.4 KB  |  1 channel  |  11,025 sample rate  |  23 seconds
Transcription: Two member functions are private because they are used only by other member functions and friend functions of this class. These functions are called when a fraction object is constructed. The function reduce converts a fraction to its simplest form. For example, 9 over 27 becomes 1 over 3 and minus 4 over minus 2 becomes 2 over 1.