What is the equivalent of CArchive and CMemFile in linux?
Hi, I am porting a VC++ project into Linux GCC. I am facing issues with CArchive and CMemFile. I have replaced CArchive with fstream. But what is the alternative and how can I implement CMemFile in Linux?.
Thanks in Advance,
-Chris
|