ifstream FI;

FI.open(filename, ios::in | ios::out );

if (!FI.good())

{

cout <

FI.close();

return FALSE;

}


왜 good 이안되노