The Microsoft Input/Output Stream Classes (iostream.hlp) (Table of Contents; Topic list)
ostream::flush
ostream                                     Up Contents Index Back
──The Microsoft iostream Classes────────────────────────────────────────────
 
  ostream& flush();
 
  Remarks
 
  Flushes the buffer associated with this stream. The flush function calls
  the sync function of the associated streambuf.
 
  See Also
 
  ostream flush manipulator, streambuf::sync
 
 
                                     -♦-