Thread: Question about Linked lists of lists

  1. #1
    Registered User
    Join Date
    Nov 2004
    Posts
    2

    Question about Linked lists of lists

    Hi Guys,
    I've been trying to write a linked lists of lists, been having constants segmentation errors trying to get it working. Does anyone know a site where there is a good tutorial or example ?

  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    How about Prelude's tutorial on this very site?

    Quzah.
    Hope is the first step on the road to disappointment.

  3. #3
    Registered User
    Join Date
    Nov 2004
    Posts
    2
    Thanks for that, I found that article heaps helpful

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Question regarding comparing two linked lists
    By cyberfish in forum C++ Programming
    Replies: 2
    Last Post: 08-23-2007, 04:28 AM
  2. Oy, question on linked lists
    By tammo21 in forum C Programming
    Replies: 8
    Last Post: 08-18-2002, 05:14 PM
  3. How to use Linked List?
    By MKashlev in forum C++ Programming
    Replies: 4
    Last Post: 08-06-2002, 07:11 AM
  4. eof in fstream & singly linked lists
    By mazo in forum C++ Programming
    Replies: 3
    Last Post: 06-03-2002, 09:50 AM
  5. doubly linked lists
    By qwertiop in forum C++ Programming
    Replies: 3
    Last Post: 10-03-2001, 06:25 PM