COMP2004 Programming Practice
2002 Summer School

Week 3 Friday Tutorial Exercises


  1. Do the gdb tutorial.

  2. Learning a good text editor would be useful too...

  3. Enter the shell script from today's lecture for compiling code. Use it to compile either your List class code from Monday and Wednesday's tutorials or your Assignment 2 code.

  4. Enter the Makefile from today's lecture. Use it to compile either your List class code from Monday and Wednesday's tutorials or your Assignment 2 code. Consider using both the GNU make extensions and makedepend to allow your Makefile to be as useful as possible.