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.
istream::sync
istream                                     Up Contents Index Back
──The Microsoft iostream Classes────────────────────────────────────────────
 
  int sync();
 
  Remarks
 
  Synchronizes the stream's internal buffer with the external source of
  characters. This function calls the virtual streambuf::sync function so
  you can customize its implementation by deriving a new class from
  streambuf.
 
  Return Value
 
  EOF to indicate errors.
 
  See Also
 
  streambuf::sync
 
 
                                     -♦-