Open links in new tab
  1. What are different types of open mode in CFile?

    What are different types of open mode in CFile? CFile CFile class is used for opening and managing text and data files in applications or libraries written with the help of MFC …

  2. What is CArchive class in serialization routine? Why a CFile is not ...

    CArchive class 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 …

  3. Reading File using MFC, CFile - social.msdn.microsoft.com

    Mar 24, 2008 · Can someone please help me with reading a text file with CFile and parsing the large list of numbers in it into an array.

  4. EQuestionAnswers new user's signup page

    I have read the the terms and conditions and as well as privacy policy documents. I agree with the policy and conditions provided and ready to go with signup. Register Questions indexC …

  5. Best Win32 APIs, MFC, VC++ interview questions | MFC interview …

    Why a CFile is not used here? What is worker thread and UI thread? How can I create a worker thread using AfxBeginThread () function? How can I create an UI thread using MFC? What are …

  6. How can I construct a Single Document Templete class?

    Document Document is the class to manage data part of the objects. Application often derives a class from CDocument. This deals with saving and retrieving data fields to and from the file …

  7. IN MFC C++ how to search a cstring in specific text file???

    Oct 26, 2018 · i am working in mfc c++. i want to search a cstring in text file. such that if the stringis found it displays successfull and if not it displays not found. suppose that the text file in …

  8. MSDN

    MSDN

  9. What is the utility of NULL PEN? - equestionanswers.com

    What is the utility of NULL PEN? As we all know a PEN GDI object has three general attributes - style of the line, width in pixel, color in RGB When pen style is PS_NULL all other two …

  10. CopyFileEx chunk size - social.msdn.microsoft.com

    Mar 4, 2010 · That way you can set the buffer size until you get the optimal size you want. I've found these functions to be much faster than the built in Windows CopyFile () or using the …