home *** CD-ROM | disk | FTP | other *** search
- stdiobuf is the stream buffer class for C I/O.
- stdiobuf is derived from streambuf. It implements a stream buffer
- that is attached to an ultimate consumer or producer that is a
- structure in the C standard I/O library. You should only use
- stdiobuf if you are writing C++ code that has to interact with C
- code.
-