computer systems organization ii
an introduction to C -
focusing on systems programming
This recitation session will introduce the programming
language C as needed for the assignments for
computer systems organization ii.
Topics include:
- unix, gcc, man pages, etc.
- c program structure
- input/output
- expressions
- control structures
- simple c datatypes
- arrays
- functions
- pointers, memory management
- struc's
- ...
There are detailed lecture
notes for each class.