help
I have a problem that states:
Write the statments that close fileOut, and then associate it with the file dataOut.dat
Now the first part is easy: fileOut.close();
But i dont really get what kind of file association you can make, let alone with a file thats already been closed
Im not looking for an answer just some clarification.
thanks

