home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH15 / A150934.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-19  |  219.3 KB  |  1 channel  |  11,025 sample rate  |  20 seconds
Transcription: When the type of the items being sorted changes, the nature of the comparison operation may change. In C++, an overloaded comparison operator can be provided by the implementation of the data type. Therefore, the sort can be written as a template that can be applied to any suitably defined type.