home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH06 / A06103.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  283.9 KB  |  1 channel  |  11,025 sample rate  |  26 seconds
Transcription: Here are the declarations of a fraction object y and a function named x. The function x has no arguments and has a return value of type fraction. Although the default constructor is a function with no arguments, you do not include the parentheses in the declaration of an object. As you can see, the compiler makes a very different interpretation of the declaration when the parentheses appear.