www.pudn.com > wordchanger.zip > FileIO.cpp, change:2007-06-18,size:506b
// FileIO.cpp: implementation of the FileIO class.
//
//////////////////////////////////////////////////////////////////////
#include "FileIO.h"
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
FileIO::FileIO()
{
}
FileIO::~FileIO()
{
}
/*ifstream* FileIO::getinput()
{
return infile;
}
ofstream* FileIO::getoutput()
{
return outfile;
}*/