home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A11145.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  236.3 KB  |  1 channel  |  11,025 sample rate  |  22 seconds
Transcription: There are stream buffers between the streams that you manipulate in your C++ code and their ultimate producers and consumers. The stream buffers are temporary repositories of data. They make C++IO more efficient by minimizing the number of reading operations on ultimate producers and writing operations on ultimate consumers.