Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将对象列表序列化和反序列化到文件中。但是我发现如果我使用CArchive,新的内容会覆盖文件中的原始内容,这不是我的预期。有什么方法可以让我从文件中的指定位置读写?谢谢!
CArchive 有一个 c'tor 将 ptr 带到 CFile。也许如果您将当前指针设置正确的文件传递给它,它就会成功。