SLOs for Week 02: File Input/Output, Exception Handling, Two-dimensional ArraysΒΆ
At the end of this unit, students will be able to...
open, read from, write to, and close files.
detect end-of-file conditions.
properly use try, catch, and throw in C++ code.
define two-dimensional arrays, iterate over them, and manipulate them.