CS245 - CS II Spring 1997 LAB 12


Due by the end of lab(April 22, 1997):

Write a program that

  1. reads in characters until the user enters a *
  2. places them in a list (use the linked implementation)
  3. displays the length of the list
  4. and displays the first
  5. removes the third entry in the list [This function has not been written in LLIST.CPP]
  6. and displays the entire list of elements
NOTE: The array implementation of a list is in LLISTS.H and LLISTS.CPP on the CS245 share drive on Jaring