Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Linked List
Index -> Programming, C++ -> C++ Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
The_$hit




PostPosted: Thu May 19, 2005 6:55 pm   Post subject: Linked List

Can any one explain the concepts behind a linked list. I don't understand how they work and what the uses are? Can someone please help?
Sponsor
Sponsor
Sponsor
sponsor
wtd




PostPosted: Thu May 19, 2005 7:05 pm   Post subject: (No subject)

Think of links in a chain. They form one chain, but each link is only joined to two other links: the next link and the previous.

Concepts you'll have to understand:


  • Structs/classes (they're the same in C++)
  • Pointers


Concepts it will help to understand:


  • Recursion
  • Constructors
  • Templates
  • Use of the "const" qualifier
Display posts from previous:   
   Index -> Programming, C++ -> C++ Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 2 Posts ]
Jump to:   


Style:  
Search: