CFile
hello,
I need to make a console application that uses the CFile class. I understood that this class is from MFC.
When I create a new MFC application it includes lots of headers and tons of .cpp files with lots of code inside... and all I need is a console application that onlyuses that CFile class.
What is the minimum number of headers I must include in the .cpp file in order to be able to use CFile in my empty console application? I do not want to start MFC application because I seem to get lost in all the .cpp and .h that Visual Studio creates automatically...
Thank you and if my question was not clear I will rephrase.
the doer alone learneth. (nietzsche)