home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A091822.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-02  |  217.2 KB  |  1 channel  |  11,025 sample rate  |  20 seconds
Transcription: Here is the definition of the overloaded postfix increment operator. In this case, the function is declared to be in line. Overloaded operators do not need to be inlined. Notice that the integer argument is not used in the body of the function. The explicit argument should not be accessed by the function.