Computer Science Canada Help with file input/output |
Author: | recneps [ Sat Feb 07, 2004 11:59 am ] | ||
Post subject: | Help with file input/output | ||
Ok, heres my problem. I'm doing a test to see how the input/output to a file works, and i can output 2 variables, but i cant get 2 variables. Should i be able to ? If so, why isnt it working, it says "attempt to read past eof" heres my code:
|
Author: | AsianSensation [ Sat Feb 07, 2004 12:16 pm ] | ||||
Post subject: | |||||
when you are doing this:
edit: or, as dodge suggested, you can use skip instead of '/n'. |
Author: | Andy [ Sat Feb 07, 2004 12:30 pm ] |
Post subject: | |
azn, who uses \n in turing? just do skip |
Author: | recneps [ Sat Feb 07, 2004 6:45 pm ] |
Post subject: | |
Thanks guys, I'm gonna try make a cash register for my mom So i can make a receipt with item name and price , etc |