Linked List

Im struggling finding anything on linked list, in tutorial for C++. Is there a anything in tutorial for linking list. Im referring to liking structs/classes. Its for a class project thats due tomorrow. I was not aware the program existed until a few minutes ago.
Hi,

I hope these videos help - I use them when I'm tutoring my students on linked lists.

https://www.youtube.com/watch?v=BrWXMfwmiQs
https://www.youtube.com/watch?v=RjhFZQlA2fU

The only thing lacking is the fact that these videos don't contain audio. The later ones I create do, but not these. Still, the graphics are quite informative - I hope you don't mind.

Email me at sparkprogrammer@gmail.com if you want me to send you some sample code and resources.

Cheers!
Joe
Thank you. The videos seem clean and easy to understand. I will be trying to knock out my program tomorrow once I've had some sleep, but can't thank you enough for your help.
I'm glad they helped :)
Does declaring the pointer as a null from the beginning.......Um, not sure how to ask this... Are you setting the link list to have an ending?
The last node in the linked list would have its 'next' pointer member as null.

If the list is empty, then the pointer is null.
Thank you for your help
Anytime! :)
Topic archived. No new replies allowed.