<iostream> Members

Reference

Global Stream Objects

cerr

Specifies the cerr global stream.

cin

Specifies the cin global stream.

clog

Specifies the clog global stream.

cout

Specifies the cout global stream.

wcerr

Specifies the wcerr global stream.

wcin

Specifies the wcin global stream.

wclog

Specifies the wclog global stream.

wcout

Specifies the wcout global stream.

See Also

Reference

<iostream>

Thread Safety in the Standard C++ Library

iostream Programming

iostreams Conventions