home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A11235.TXT < prev    next >
Encoding:
Text File  |  1993-10-18  |  316 b   |  7 lines

  1. stdiobuf is the stream buffer class for C I/O.
  2. stdiobuf is derived from streambuf.  It implements a stream buffer
  3. that is attached to an ultimate consumer or producer that is a
  4. structure in the C standard I/O library.  You should only use
  5. stdiobuf if you are writing C++ code that has to interact with C
  6. code.
  7.