creating your own linked list, how????

Aug 12, 2015 at 2:29pm
Design your own linked list class to hold a series of integers. The class should have member functions for appending, inserting, and deleting nodes. Don’t forget to add a destructor that destroys the list. Demonstrate the class with a driver program.
Aug 12, 2015 at 3:38pm
So what is your question? What have you done to solve the problem, and where did you stop?
Topic archived. No new replies allowed.