What are data files and how do I work with them? Notes from lecture.
How do we connect our program to files and use them? Notes from lecture and its data file.
How do I pass a file to a function? Notes from lecture.
How do I structure a file to be read from a class? Notes from lecture and its data file.
Is opening a file connection really so easy as we've made it seem? Notes from lecture.
When is the end-of-file not really the end? Notes from lecture.
What do you do when a user wants to go back through a file a second, third, etc. time? Notes from lecture and the associated data file.