Thread: Working with Liked List

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

    Working with Liked List

    Hi There,

    I´m a newbie in C++ programming world, but I already programme in anothers languages, such as Java, PHP and Delphi.
    In java, por instance, when I will work with Linked List, already had some class that implements some tasks.

    I want to know, if in C++, have some class to work with linked list? Or I will implements this class in hand (hard work ) ??

    Thanks

    Junior

  2. #2
    Confused Magos's Avatar
    Join Date
    Sep 2001
    Location
    Sweden
    Posts
    3,145
    MagosX.com

    Give a man a fish and you feed him for a day.
    Teach a man to fish and you feed him for a lifetime.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Duplicating value of pointer to linked list
    By zephyrcat in forum C Programming
    Replies: 14
    Last Post: 01-22-2008, 03:19 PM
  2. Anyone good with linked list.....I am not....
    By chadsxe in forum C++ Programming
    Replies: 11
    Last Post: 11-10-2005, 02:48 PM
  3. List class
    By SilasP in forum C++ Programming
    Replies: 0
    Last Post: 02-10-2002, 05:20 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. singly linked list
    By clarinetster in forum C Programming
    Replies: 2
    Last Post: 08-26-2001, 10:21 PM