CS 102 Lab #8

For this lab, you will help implement some of the member functions on a linked-list class similar to the one described in the book. The interface for the list class is in list.H, and most of the member functions are already written. (See list.C.) You need to edit Lab8/list.C, finish writing two of the routines, and compile with the file main.C to test the operations you implement.

To be specific, you must: