11/02/05 CISC105 Lecture Notes... (1) Review A new version of the Birthday program (2) A new version of the Birthday program... covering int argc, char *argv[] (3) A file with the Birthdays of all the Vice Presidents. http://www.vicepresidents.com/new_page_8.htm#vp%20birthdays vpBirthdays.dat Yawn. Let me invite each of you to make a file of birthdays of more interesting figures, such as: Famous Authors (Stephen King, J.K. Rowling, Tom Clancy, etc.) Hollywood Actors/Actresses (Julia Roberts, Brendan Fraser, etc.) Recording Artists (Dave Matthews, R. Kelly, Ashlee Simpson, Kurt Cobain, etc.) Cartoonists (Matt Groening, Matt Stone, etc.) NBA players past and present (Julius Irving, Allen Iverson, Michael Jordan) etc... Use the same format, post your files on the web under http://copland.udel.edu/~userid/cisc105/birthdays e.g. http://copland.udel.edu/~userid/cisc105/birthdays/movieStars. and we can use THOSE files for our example programs. In the meantime, we'll do VPs. (4) What can we do with the vpBirthdays data file? First, how to read those files into parallel arrays? Topics... strtok.... four parallel arrays? an array of structs...