Last week I was investigating writing out files and what happens if I over-write an existing file.
I remembered back from my MFC days that CDocument makes up a little internal C++ class called CMirrorFile. This is a very clever class that when
Read More