The GNU C++ Iostream Library - Introduction

Node: Introduction Next: Operators Up: Top

Introduction

The iostream classes implement most of the features of AT&T version 2.0 iostream library classes, and most of the features of the ANSI X3J16 library draft (which is based on the AT&T design).

This manual is meant as a reference; for tutorial material on iostreams, see the corresponding section of any recent popular introduction to C++.

Copying Special GNU licensing terms for libio.
Acknowledgements Contributors to GNU iostream.


Next: Operators Up: Top