Subscriber portal
Specifies the cout global stream.
extern ostream cout;
An ostream object.
The object controls insertions to the standard output as a byte stream.
See cerr for an example of using cout.
Header: <iostream>
Namespace: std
ostreamiostream Programmingiostreams Conventions