February 2013
Intermediate to advanced
538 pages
20h 55m
English
fflush
bool fflush(int handle)Commits any changes to the file referenced by
handle to disk, ensuring that the file
contents are on disk and not just in a disk buffer. If the operation
succeeds, the function returns true; otherwise, it returns false.
Read now
Unlock full access