home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A11236.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  245.0 KB  |  1 channel  |  11,025 sample rate  |  22 seconds
Transcription: IStream is the InputStream class. IStream is a class that implements input streams. The public member functions of IStream allows you to take characters out of the stream buffer that is associated with an IStream object. The predefined stream Cin, for example, is an object of a class derived from IStream.