The GNU C++ Iostream Library



Chapter 6: C Input and Output

libio is distributed with a complete implementation of the ANSI C stdio facility. It is implemented using streambuf objects. See Stdiobuf.

The stdio package is intended as a replacement for the whatever stdio is in your C library. Since stdio works best when you build libc to contain it, and that may be inconvenient, it is not installed by default.

Extensions beyond ANSI:



Translated 02/24/96 by Rance Necaise. Original texi file by Bothner and Pesch.