home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH04 / A041433.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-02  |  215.5 KB  |  1 channel  |  11,025 sample rate  |  20 seconds
Transcription: This strange looking statement has the effect of assigning the value 5 to x. Because changeInt returns a reference to its argument, the function can appear on the left side of an assignment operator. When changeInt is called, it returns a reference to x. The value 5 is assigned to this reference.