I was searching on google and found a very good tutorial on linked lists. http://www.inversereality.org/tutori...nkedlists.html
There are some other tuts there too. I will probably add this to the directory as well.
This is a discussion on A good linked list tutorial, and some other tuts within the C++ Programming forums, part of the General Programming Boards category; I was searching on google and found a very good tutorial on linked lists. http://www.inversereality.org/tutori...nkedlists.html There are some other tuts ...
I was searching on google and found a very good tutorial on linked lists. http://www.inversereality.org/tutori...nkedlists.html
There are some other tuts there too. I will probably add this to the directory as well.
Here's the tutorial I read to learn STL lists, vectors, and dequeues:
http://www.pixelate.co.za/issues/5/5...stl/part1.html
The author is sort of annoying (his weird code comments and misspelllings and bad grammar to name a few things) but it taught me what I wanted to know.