The Microsoft Input/Output Stream Classes (iostream.hlp) (Table of Contents; Topic list)
stdiostream::~stdiostream
stdiostream                                 Up Contents Index Back
──The Microsoft iostream Classes────────────────────────────────────────────
 
  virtual ~stdiostream();
 
  Remarks
 
  This destructor destroys the stdiobuf object associated with this
  stream; however, the attached file is not closed.
 
                                     -♦-