home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH10 / A10233.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  282.2 KB  |  1 channel  |  11,025 sample rate  |  26 seconds
Transcription: Three of the comparison operators have been overloaded for this class. The operators greater than equal, less than equal, or not equal could be overloaded in a similar manner. The operators that have been overloaded return 1 if the relationship is true and 0 otherwise. For example, the value of 1 over 3 less than 1 over 2 is 1, and the value of 3 over 2 less than 1 is 0.