This page will have links to zip files of C code examples including some from the class lectures. Additional zip files will be added to this list during the course.
To retrieve one of this files directly from Linux (either your cdmlinux or your own Linux machine), login to your Linux and if desired create a directory to hold the examples.
Then use the wget utility to retrieve the file to that directory. For example, to get the examples1.zip file, at the Linux shell prompt type:
wget http://condor.depaul.edu/glancast/373class/code/examples1.zip
Then to extract the files, type:
unzip examples1.zip