creating your own linked list, how????

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.
So what is your question? What have you done to solve the problem, and where did you stop?
Topic archived. No new replies allowed.