GNU C++ iostream Library
This file provides reference information on the GNU C++ iostream library
(libio
), version 0.64.
Contents
- Introduction
- Operators
Operators and default streams.
- Streams
Stream classes.
- 3.1. Shared Properties: class ios
- 3.2. Output Streams: class ostream
- 3.3. Input Streams : class istream
- 3.4. I/O Streams: class iostream
- Files and Strings
Classes for files and strings.
- 4.1. Reading and Writing Files
- 4.2. Reading and Writing Strings in Memory
- Streambuf
Using the streambuf layer.
- 5.1. Areas
Areas in a streambuf.
- 5.2. Overflow
Simple output re-direction
- 5.3. Formatting
C-style formatting for streambuf objects.
- 5.4. Stdiobuf
Wrappers for C stdio.
- 5.5. Procbuf
Reading/writing from/to a pipe
- 5.6. Backing Up
Marking and returning to a position.
- 5.7. Indirectbuf
Forwarding I/O activity.
- Stdio
C input and output.
- Index
Translated 02/24/96 by
Rance Necaise.
Original texi file by Bothner and Pesch.