home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A112312.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-25  |  312.3 KB  |  1 channel  |  11,025 sample rate  |  29 seconds
Transcription: The three classes that have names including underscore with a sign are similar to classes of the same name excluding underscore with a sign. For example, Iostream underscore with a sign is almost identical to Iostream. The difference is that these classes have an overloaded assignment operator. Cin is an object of the class Istream underscore with a sign and cout is an object of the class Ostream underscore with a sign. you