The Microsoft Input/Output Stream Classes (iostream.hlp) (Table of Contents; Topic list)
iostream::iostream
iostream                                    Up Contents Index Back
──The Microsoft iostream Classes────────────────────────────────────────────
 
  Public: iostream( streambuf* psb );
  Protected: iostream( );
 
  Parameter   Description
 
  <psb>       A pointer to an existing streambuf object (or an object of a
              derived class).
 
  Remarks
 
  Constructs an object of type iostream.
 
  See Also
 
  ios::init
 
 
                                     -♦-