Thread: Basic Linked List class

  1. #1
    Registered User
    Join Date
    Sep 2003
    Posts
    5

    Basic Linked List class

    Does anyone know where I can find a code snipplet of a linked list class? The ones I found on the web are mostly complex (link.h and link.cpp) files and uses pointer (which I want to avoid).

  2. #2
    Registered User
    Join Date
    Aug 2001
    Posts
    411
    you cant do a linked list without pointers.

  3. #3
    Registered User
    Join Date
    Sep 2003
    Posts
    5
    Ok, I found ones using pointer. Actually, I just learned it a few minutes ago. Not too had. Still, anyone know where I can find one with the least code possible?

  4. #4
    Registered User
    Join Date
    Feb 2002
    Posts
    465
    I came up with a cool phrase to put down here, but i forgot it...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need help sorting a linked list. Beginner
    By scarlet00014 in forum C Programming
    Replies: 1
    Last Post: 09-27-2008, 06:16 PM
  2. linked list iterator class inheritience
    By neandrake in forum C++ Programming
    Replies: 2
    Last Post: 11-14-2004, 10:03 AM
  3. Linked List
    By jpipitone in forum C Programming
    Replies: 4
    Last Post: 03-30-2003, 09:27 PM
  4. Linked list with two class types within template.
    By SilasP in forum C++ Programming
    Replies: 3
    Last Post: 02-09-2002, 06:13 AM
  5. Template Class for Linked List
    By pecymanski in forum C++ Programming
    Replies: 2
    Last Post: 12-04-2001, 09:07 PM