I'm using MFC to write to a file, but it seems that it likes to overwrite the file. I thought the CFile::NoTruncate tag would do it, but I seem to be wrong. I'm using CArchive to do the file I/O. Thanks for your time =)
A
AcidJazz
@AcidJazz
I'm using MFC to write to a file, but it seems that it likes to overwrite the file. I thought the CFile::NoTruncate tag would do it, but I seem to be wrong. I'm using CArchive to do the file I/O. Thanks for your time =)