PDA

Click to See Complete Forum and Search --> : File I/O using MFC


pskyboy
Jul 31st, 2001, 06:44 AM
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

Olly
Jul 31st, 2001, 07:18 AM
#include <io.h>

parksie
Jul 31st, 2001, 11:11 AM
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...