Outline for April 15, 2002
Handouts: More Sample C Programs, Homework 2, Pointers
Reading: Johnsonbaugh & Kalin pp. 245-265, 305-329
-
Greetings and felicitations!
-
Ke Zhang will be available for grading from 7--9 PM tonight
-
swaps.c
-
pointers and parameter lists
-
pointers and var paramaters
-
paa.c
-
str1copy: condition on for, explicit comparison
-
str2copy: condition on for, implicit comparison
-
str3cpy: condition on for, implicit comparison from assignment
-
str4cpy: pure pointers
-
fileio.c
-
like program 5 from first handout, but driven by files not standard input
-
show technique for developing this (program becomes function, add file I/O driver)
-
go through file manipulation functions