Hey Guys
This may seem like a stupid question but im really stuck. Could anyone tell me what include file i need in order to do File I/O using the windows MFC.
Thanks
Peter
Printable View
Hey Guys
This may seem like a stupid question but im really stuck. Could anyone tell me what include file i need in order to do File I/O using the windows MFC.
Thanks
Peter
#include <io.h>
Using MFC you should only need to look at the reference for CFile. Although I don't see why you should use it when ofstreams are perfectly ok...