home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH04 / A04202.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-18  |  188.7 KB  |  1 channel  |  11,025 sample rate  |  17 seconds
Transcription: Alternatively, you can define the argument to be a reference. Here, the argument of g is a reference to an integer. Internally, the compiler treats a reference like a pointer. However, the calling statement and the function body do not use pointer notation.