how to create a linked list

i want to create a linked list & i searched all this site but i didn't et a good example so any one please post an example for a linked list for me with comments thank you
http://richardbowles.tripod.com/cpp/linklist/linklist.htm

is a good place to start for a C++ linked list, in my opinion. It has images to help illustrate the concept as well.

Edit: Here is another one with more object-oriented programming - http://www.inversereality.org/tutorials/c++/linkedlists.html
Last edited on
Topic archived. No new replies allowed.