
What are different types of open mode in CFile?
CFile::shareCompat - This flag is not available in 32 bit MFC. This flag maps to CFile::shareExclusive when used in CFile::Open. CFile::typeText - Sets text mode with special …
What is CArchive class in serialization routine? Why a CFile is not ...
Serialization routine does not directly deal with CFile. It uses CArchive object instead of CFile. CArchive class decouples the file object from Serialize() routine. This is to support any type of …
Problem_CArchive - social.msdn.microsoft.com
2010年11月30日 · Hi all, In the below given code the commented section of CArchive doesn't work. what could be the problem. I just ...
How can I construct a Single Document Templete class?
Application often derives a class from CDocument. This deals with saving and retrieving data fields to and from the file stream. MFC often uses CArchive and serialization process to do the …
Best Win32 APIs, MFC, VC++ interview questions | MFC interview …
What are different types of open mode in CFile? What is the advantage of using CStudioFile class over CFile? How can I open a file on drag-n-drop operation? How can I write a class that …