Пример #1
0
 void reopen()
 {
   file.flush();
   file.seekg(0);
 }
Пример #2
0
	~CatchDelay() {
		fs.flush();
		fs.close();
	}