Questions tagged [cfile]

The cfile tag should be used for questions about the CFile and CStdioFile classes (and their relatives) in MFC (Microsoft Foundation Classes) for C++ code. You should normally add the C++ (or possibly Visual-C++) and MFC tags too. It is not appropriate for questions tagged C — use the plain 'file' as the tag for such questions.

See CFile class and CStdioFile class on the Microsoft Documentation site for two primary references.

47 questions
-1
votes
1 answer

How to use CFileFind in MFC Smart Device Application VC++?

I am getting error like this error C2065: 'CFileFind' : undeclared identifier error C2146: syntax error : missing ';' before identifier 'finder' error C2065: 'finder' : undeclared identifier error C2065: 'finder' : undeclared identifier
Arjun Kanti
  • 101
  • 2
  • 4
  • 12
-3
votes
1 answer

the number of line in text file Cfile C++

i want to print the number of line printed in C++ by using Cfile. i want to write the number of line according to the date. for example in the same file it is written for two days , Nr date time code value 1 10/6/2019 09:10 220 …
abd.ch
  • 1
  • 2
1 2 3
4