Download this: InClass-Day2.pdf It is what I wrote down in class by hand. You'll have to flip along with the audio for it all to make sense. Occasionally, we look at code. These are the files we looked at during these lectures. It would be good to either click on them or download them too as we discuss. Hopefully obvious from the audio. When we're going over "if/else": control-1.c control-2.c etc. Then "while" and other loops: while-1.c while-2.c etc. for-1.c for-2.c etc. Functions function-0.c function-1.c function-2.c (here we interrupt functions) Pointers pointer-1.c etc. The Stack stack-1.c etc. Scope scope-1.c etc. Functions, Again function-3.c Type: chars types-char-1.c etc. Types: arrays types-array.c types-array-bug.c types-array-pointer-2.c Types: Strings (not really a type) types-strings-1.c