Главная страница | назад





Article #15465: Flushing DOS buffers

 Question and Answer Database
FAQ465C.txt Flushing DOS buffers
Category :C/C++ Language Issues
Platform :DOS
Product : BC++4.5x BC++5.x TC++Dos3.0
Question:
How do you flush the DOS buffers?
Answer:
If you want to flush the DOS buffers, _rtl_close(dup(fileno(ofp)));
should do it.
7/2/98 10:32:32 AM

Last Modified: 01-SEP-99