Learning Outcomes
By the end of this session, students should:
- Be comfortable in creating file streams to read and write files.
- Understand the importance of checking that a file stream is correctly open before using it and closing
it when finished.
- Know how to write data in CSV format.
- Be able to read data in CSV format into arrays.
- Be able to process data in arrays (e.g. sort)