The Microsoft Input/Output Stream Classes (iostream.hlp) (Table of Contents; Topic list)
ostream& flush
ostream                                     Up Contents Index Back
──The Microsoft iostream Classes────────────────────────────────────────────
 
  flush
 
  Remarks
 
  This manipulator, when inserted into an output stream, flushes the
  output buffer by calling the streambuf::sync member function.
 
  See Also
 
  ostream::flush, streambuf::sync
 
 
                                     -♦-