I have this function to copy word by word a file to another.
void copy() { ifstream file; file.open("file"); ofstream ta