Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Standard C++ Library Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

2.11 Input/output library

Clause 27 of the Standard contains the Input/output library, lib.input.output. This library describes components for program input and output. If you are reading this manual online, click the name of header file or entry to go to its description.

Table 10: Input/output library

Header File Corresponding Entries in this Reference

<iosfwd>

char_traits

fpos

basic_ios

basic_streambuf

basic_istream

basic_ostream

basic_stringbuf

basic_istringstream

basic_ostringstream

basic_filebuf

basic_ifstream

basic_ofstream

ostreambuf_iterator

istreambuf_iterator

basic_iostream

basic_stringstream

basic_fstream

<iostream>

cin

cout

cerr

clog

wcin

wcout

wcerr

wclog

<ios>

fpos

ios_base::failure

ios_base

basic_ios

<streambuf>

basic_streambuf

   

<istream>

basic_istream

basic_iostream

 

<ostream>

basic_ostream

   

<iomanip>

ios_base

   

<sstream>

basic_stringbuf

basic_istringstream

basic_ostringstream

basic_stringstream

<fstream>

basic_filebuf

basic_ifstream

basic_ofstream

basic_fstream

<strstream>

strstreambuf

istrstream

ostrstream

strstream



Previous fileTop of DocumentContentsIndex pageNext file

Copyright (c) 1994-2006 Rogue Wave Software, a Quovadx Division.
Licensed under the Apache License, Version 2.0.
Contact Rogue Wave about documentation or support issues. You can also seek help from other developers through the Apache stdcxx community (see below).

For more information on the Rogue Wave Standard C++ Library under open source, see Section 1.2 of the user's guide.