home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A09181.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-02  |  286.1 KB  |  1 channel  |  11,025 sample rate  |  26 seconds
Transcription: You can overload the postfix increment operator by declaring a non-member operator ++ with two arguments. The first argument must be a user-defined type and the second must be an integer. You can also declare a member function operator, operator ++, with a single integer argument. The compiler uses the int argument to distinguish between the prefix and postfix increment operators.