1234567891011121314
void ReadFile(const char CD[Cmax]){ string name, something; ifstream fd(CD); fd >> name >> something } Void MakeSomething(.....){ ************** } void DoSomethingWithFile){ *****Can i read this file again****** string name, something; ifstream (fd, ios::app); fd >> name >> something }