Lecture date | Topic | Readings |
---|---|---|
August 29 | Introduction to C; variables and expressions in C; simple I/O in C |
|
September 5 | Conditional execution in C |
|
Functions in C |
|
|
September 12 | Loops and arrays in C |
|
September 19 | Pointers and strings in C |
|
October 3 | I/O and files in C |
|
October 10 | Dynamic memory allocation in C |
|
Function pointers in C |
|
|
October 17 | Computer representation of data |
|
October 24 | C preprocessor directives |
|
Separate compilation and make |
|
|
November 7 | User-defined types |
|