okay i have a file with data orgainzed like this in a dat file to be read:
apple.0.0.end.
and i want it to be read by char until it sees "." then print that, then read again repeated until the end of the line. so i can show the data like this:
name? : apple
noun? (0 for yes; 1 for no): 0
eatable? (0 for yes; 1 for no): 0
can this be done? how?
and explain like im 5 years old for future reference.