Saturday, December 13, 2008

Issue in C++ File Stream

(Dec 13, 2008)

I encountered a strange file writing/reading issue in C++. I don't understand why closing a file and re-open it does not do its job well. After consulting with Prob (my friend), we can fix this issue by 'clear()' after 'close()'.

No comments: