This page contains code packages and notes
for Professor Amza's Tutorials. Please
visit on a regular basis because its contents will be frequently updated. You
may also wish to visit the TUTORIAL pages of the other professors
for the course
for additional material or a different perspective.
- More practice exercises for the Midterm (suggested last year by professor Abdelrahman): Exercises.pdf
- A tutorial for the use of pointers in C (useful for C++ as well, but when you read it think "new" when you see "malloc" and think "delete" when you see "free") tutorial-pointers.pdf
Instructions for using tar.gz files:
- Download the XXXX.tar.gz file by right
clicking on the link.
- Save under your ece106 directory.
- Unzip by typing "gunzip XXXX.tar.gz".
- Untar by typing "tar xvf XXXX.tar".
- This will generate a new directory called "XXXX" with all the files extracted into it.