cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
how to create a linked list
how to create a linked list
Apr 20, 2008 at 12:26am UTC
bashi
(16)
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
Apr 20, 2008 at 1:09am UTC
rpgfan3233
(109)
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
Apr 20, 2008 at 1:35am UTC
Topic archived. No new replies allowed.