Thread: Linked lists ?

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    21

    Linked lists ?

    Im almost at the end of my first c++ book, it covers a fair wedge of stuff (overloading, file handling, structures and arrays, OOP, etc) but linked lists arent even mentioned.

    My question is...

    Are linked lists 'important' in the scheme of things, what are their practical application and where would be the best place to find more info on them ?

    Any help appreciated.

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    Yes they are important and you can find information on them just about anywhere you look. A good start would be www.google.com

    -Prelude
    My best code is written with the delete key.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Linked Lists 101
    By The Brain in forum C++ Programming
    Replies: 5
    Last Post: 07-24-2004, 04:32 PM
  2. Map file formats and linked lists
    By Spitball in forum Game Programming
    Replies: 2
    Last Post: 03-04-2004, 11:32 PM
  3. Linked Lists Integer addition ? HELP Please??
    By green_eel in forum C Programming
    Replies: 3
    Last Post: 03-12-2003, 04:36 PM
  4. need help w/ linked lists
    By MKashlev in forum C++ Programming
    Replies: 11
    Last Post: 08-05-2002, 08:57 PM
  5. doubly linked lists
    By qwertiop in forum C++ Programming
    Replies: 3
    Last Post: 10-03-2001, 06:25 PM