DOC HOME
SITE MAP
MAN PAGES
GNU INFO
SEARCH
PRINT BOOK
Programming with the pre-standard C++ libraries
Introduction
Acknowledgements
Complex arithmetic in C++
Complex variables and data initialization
input and output
Cartesian and polar coordinates
Arithmetic operators
Mixed mode arithmetic
Mathematical functions
Efficiency
An FFT function
Errors and error handling
iostream examples
Output
User defined insertion operators
Propagating errors
Flushing
Binary output
Input
User defined extraction operators
char* extractor
Binary input
Creating streams
Files
iostream incore formatting
Predefined streams
Format control
Field widths
Conversion base
Miscellaneous formatting
Manipulators
The sequence abstraction
Buffering exposed
Using streambufs in streams
Deriving new streambuf classes
setbuf
overflow
underflow
sync
Extending streams
Specializing istream or ostream
Extending state variables
Comparison of iostreams and stdio
Converting from streams to iostreams
streambuf internals
Incore formatting
Filebuf
Interactions with stdio
Assignment
char insertion operator