Tagged Questions
2
votes
2answers
1k views
How to do fsync on an ofstream?
I want to make sure that an ofstream has been written to the disk device. What's the portable way (portable on POSIX systems) of doing this?
Does that solve the problem if I open the file separately ...