Exercises
There are no scheduled exercise sessions. Instead, there are exercises with assignments that you are intended to solve at the computer. You should solve one of the exercises each week (the first exercise during the second week of the study period.).
Each exercise has a separate page (under this page, in the menu on the left).
On the subpages, the exercise programs and suggested solutions are available in separate archives. Each directory contains a Makefile
so you can build all programs by giving the command make
in the exercise directory. You can also type make progname
to build one program.
The gzipped tar archives are unpacked with the command tar xvzf filename.tar.gz
(where the v
option means "verbose" and can be left out if you don't want it to print the filenames it extracts).