I figured out how to use time in C since the last time I asked a question here. :cool:
My new dilemma is that I was wondering if its possible to save user input in a C program so that when the program is closed and executed again it will still have that data stored such as:
If Jan checks in for work but is late, the program adds 1 to his late days so that it is now 4 but after being shut down for the night and rebooted next day when it executes again the number of late days for Jan is still 4.
If it can be done can you generally tell me how so I can look it up?