The Microsoft Input/Output Stream Classes (iostream.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
class Iostream_init
                                              Up Contents Index Back
──The Microsoft iostream Classes────────────────────────────────────────────
 
  Description
 
  The Iostream_init class is a static class that initializes the
  predefined stream objects cin, cout, cerr, and clog. A single object of
  this class is constructed "invisibly" in response to the reference of
  any of the predefined objects. The class is documented for completeness
  only. You will not normally construct objects of this class
 
  #include <iostream.h>
 
  Public Members
 
  Iostream_init   A constructor that initializes cin, cout, cerr, and
                    clog.
 
  ~Iostream_init   The destructor for the Iostream_init class.
 
 
                                     -♦-