I'm stuck on this homework problem where he asks
1: Write a C++ program that has functions insert to insert a node into a linked list, and delete to delete a node from a linked list. The nodes should contain some non-integer data as well as a pointer to the next node.
I have to start with an empty list, inserting data that he will give me and then display the list and deleting data he asks me specifically to delete and displaying the list.