home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH08 / A08113.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-25  |  324.3 KB  |  1 channel  |  11,025 sample rate  |  30 seconds
Transcription: You can include members that are objects of user-defined types in the initializer list of the constructor for a class. Here, objects of the class PFraction are mixed fractions, namely numbers stored as an integer and a fractional part that is a proper fraction. Suppose that n is 5 and d is 3. In the PFraction object k, the whole number will have a value 1 and the part number will have the value 2 of 1. over 3.