- Sep 3, 2003
- 1,043
- 0
- 0
I am currently writing a simple salary program that calculates how much money you have worked so far. In my program, each individual node in a doubly linked list represents a day. Each node/day, contains the month, the day, and the number of hours worked for that day. How can i go about storing this data into a file so that each time the user runs the program, it remembers the data?
