CSCI 216 Spring 2015

Project #6

 

Date Due:  9 December 2016

 

Purpose: To learn about implementing linked lists.

 

Program objective:  This program will implement template linked list and then instantiate lists of several data types.

 

Instructions:  You are to take the linked list code we have written in class and template it so we can have linked lists of any class type.  You should then use the main.cpp file to test it out.