Lecture date | Topic | Readings |
---|---|---|
January 18 | Introduction to C; variables and expressions in C; simple I/O in C |
|
January 25 | Conditional execution in C |
|
Functions in C |
|
|
February 1 | Loops and arrays in C |
|
February 8 | Pointers and strings in C |
|
February 15 | I/O and files in C |
|
February 22 | Dynamic memory allocation in C |
|
Function pointers in C |
|
|
March 1 | C preprocessor directives |
|
Separate compilation and make |
|
|
March 8 | User-defined types |
|
March 22 | Computer representation of data |
|