STL documentation / reference ???

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kleenex

    #1

    STL documentation / reference ???

    Where can I go to find documentation for the STL? Like a list of all the
    algorithms, a list of all the containers and classes, etc? I have never
    been able to find an "official" or "unofficial " site that really
    encompasses everything in the STL. Basically, i am looking for the
    "java.sun.c om" of C++/STL.

    Also, a good site/book with techniques and examples of how to use the
    STL would also be appreciated.
  • Karthik Kumar

    #2
    Re: STL documentation / reference ???

    Kleenex wrote:[color=blue]
    > Where can I go to find documentation for the STL? Like a list of all the
    > algorithms, a list of all the containers and classes, etc? I have never
    > been able to find an "official" or "unofficial " site that really
    > encompasses everything in the STL. Basically, i am looking for the
    > "java.sun.c om" of C++/STL.[/color]

    http://www.dinkumware.com/refxcpp.html.

    [color=blue]
    >
    > Also, a good site/book with techniques and examples of how to use the
    > STL would also be appreciated.[/color]

    "The C++ Standard Library - A Tutorial and Reference" -
    Nicolai M. Josuttis .



    --
    Karthik.

    Comment

    • Pierre Couderc

      #3
      Re: STL documentation / reference ???

      Kleenex wrote:
      [color=blue]
      > Where can I go to find documentation for the STL? Like a list of all the
      > algorithms, a list of all the containers and classes, etc? I have never
      > been able to find an "official" or "unofficial " site that really
      > encompasses everything in the STL. Basically, i am looking for the
      > "java.sun.c om" of C++/STL.
      >
      > Also, a good site/book with techniques and examples of how to use the
      > STL would also be appreciated.[/color]
      I like SGI STL at

      http://www.sgi.com/tech/stl/table_of_contents.html

      Pierre Couderc

      Comment

      Working...