Thread: Using <list>

  1. #1
    Registered User
    Join Date
    Aug 2001
    Posts
    411

    Using <list>

    Whats the best place to go for a clear explination of how to use the std::list class in the <list> header?

  2. #2
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    hope this is clear enough: http://www.cppreference.com/cpplist.html

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

  3. #3
    Registered User jlou's Avatar
    Join Date
    Jul 2003
    Posts
    1,090
    I use The C++ Standard Library by Nicolai Josuttis. It is a very good reference for the standard library (specifically the STL).

    I haven't really seen a good one on list on the internet, but I haven't really looked either.

  4. #4
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    here is another - just for jlou http://www.msoe.edu/eecs/ce/courseinfo/stl/list.htm

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

  5. #5
    Registered User jlou's Avatar
    Join Date
    Jul 2003
    Posts
    1,090
    Yeah, that looks like a good candidate!

  6. #6
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    www.dinkumware.com

    A great reference.

  7. #7
    Registered User CompiledMonkey's Avatar
    Join Date
    Feb 2002
    Location
    Richmond, VA
    Posts
    438
    I normally use a vector, but I found the list object to be nice.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. <list> iterators with nested templates
    By dwylie in forum C++ Programming
    Replies: 4
    Last Post: 07-19-2005, 12:13 PM
  2. I am back with another <list> question....
    By chadsxe in forum C++ Programming
    Replies: 1
    Last Post: 07-12-2005, 12:53 PM
  3. dynamic objects in a <list>
    By strobe9 in forum C++ Programming
    Replies: 1
    Last Post: 04-22-2002, 05:50 PM
  4. <list>
    By Unregistered in forum C++ Programming
    Replies: 9
    Last Post: 02-24-2002, 04:07 PM