Computer Science Canada help on reading and writing to a file in turing |
Author: | JustTrying2GetBy [ Sun Oct 24, 2004 5:24 pm ] | ||
Post subject: | help on reading and writing to a file in turing | ||
I am having some trouble getting this program to work. If someone could please help me by finding the fix to the problem.
|
Author: | Delos [ Sun Oct 24, 2004 5:46 pm ] | ||
Post subject: | |||
Easy. You opened the file, got the input from the User, then closed the file. At no point did you write anything to it.
These will be of some use to you: File Manipulation by Dan More file manipulation by Delta High Scores by Dan (good example of file reading/writing |