home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A09191.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-25  |  227.0 KB  |  1 channel  |  11,025 sample rate  |  21 seconds
Transcription: The subscript operator is a binary operator. The first operand appears before the brackets, and the second operand appears inside the brackets. If you want to overload the subscript operator, you must overload it with a non-static member function. You will get a compile time error if you try to overload it with another kind of function.