Hi. I've been working with linked lists for a bit, but I've been having some trouble with them. My programming book does a good job in helping you make a linked list, but it does a bad job of showing you how to use them.
What I am trying to do is make an unordered linked list of classes, where you can access the function of each individual class but I'm just completely befuddled at this point. I can make the linked list store classes, but I have no clue how I would be able to "get" the classes inside the list and use their functions.
If someone could show me an example of how to use a linked of classes correctly It would be much appreciated.