Linked List

Can anyone suggest for me a link(or links) where I find "Intro" of Linked List?
I need c++ code without function/recursion.
Best introduction to linked lists i've ever seen:
http://www.youtube.com/watch?v=o5wJkJJpKtM
This is really great.
Thanks man!
Glad i could help ;) by the way if you're interested i have an article about dynamic data structures (Linked list) it's just a simple lobby. I would really appreciate it if you could check it out and hopefully it could help you understand linked lists a bit more and how they work.

http://www.cplusplus.com/articles/9yhv0pDG/

Topic archived. No new replies allowed.