Notes from 02.24, CISC181 1.25pm Last time (02.22) We covered recursion... review Chapter 13 in Savitch if you missed the lecture. You can also make up this lecture today Friday 02.24 at 2:30pm, or stay to hear it again. Actual Lecture for 2/24 We are talking about comma separated value files If your program is in an infinite loop, you can use CTRL/C to stop it. Topic for another day: const int foo=1000; vs. #define FOO 1000 Pros and Cons... We decided to skip parallel arrays, since on a "hum", it seemed that most students were already comfortable with that idea and preferred to move directly to arrays of structs. We covered the code in this directory, which is leading us towards being able to read a comma-separated-values file into an array of structs.