API for STL?

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

    API for STL?

    Hi,

    Im new to C++ and just starting to use STL. Could someone point me
    towards a (comprehensive) API for the STL, similiar to SUNs API for
    Java. I have searched google but couldnt find anything bar examples.
    Surely there exists one?

    Any help appreciated,

    Pat
  • E. Mark Ping

    #2
    Re: API for STL?

    In article <94740f05.04022 01537.4c034843@ posting.google. com>,
    Patrick <googleaddress@ yahoo.co.uk> wrote:[color=blue]
    >Hi,
    >
    >Im new to C++ and just starting to use STL. Could someone point me
    >towards a (comprehensive) API for the STL, similiar to SUNs API for
    >Java. I have searched google but couldnt find anything bar examples.
    >Surely there exists one?[/color]



    is the best I know of. Dinkumware also provides library
    implementations to several vendors.
    --
    Mark Ping
    emarkp@soda.CSU A.Berkeley.EDU

    Comment

    • Noah Roberts

      #3
      Re: API for STL?

      Patrick wrote:[color=blue]
      > Hi,
      >
      > Im new to C++ and just starting to use STL. Could someone point me
      > towards a (comprehensive) API for the STL, similiar to SUNs API for
      > Java. I have searched google but couldnt find anything bar examples.
      > Surely there exists one?
      >
      > Any help appreciated,
      >
      > Pat[/color]


      --
      "I'm a war president. I make decisions here in the Oval Office
      in foreign policy matters with war on my mind." - Bush

      Comment

      • Sharad Kala

        #4
        Re: API for STL?


        "Patrick" <googleaddress@ yahoo.co.uk> wrote in message
        news:94740f05.0 402201537.4c034 843@posting.goo gle.com...[color=blue]
        > Hi,
        >
        > Im new to C++ and just starting to use STL. Could someone point me
        > towards a (comprehensive) API for the STL, similiar to SUNs API for
        > Java. I have searched google but couldnt find anything bar examples.
        > Surely there exists one?[/color]




        Comment

        • Patrick

          #5
          Re: API for STL?

          "Sharad Kala" <no.spam_sharad k_ind@yahoo.com > wrote in message news:<c16pkf$1f ffvr$1@ID-221354.news.uni-berlin.de>...[color=blue]
          > "Patrick" <googleaddress@ yahoo.co.uk> wrote in message
          > news:94740f05.0 402201537.4c034 843@posting.goo gle.com...[color=green]
          > > Hi,
          > >
          > > Im new to C++ and just starting to use STL. Could someone point me
          > > towards a (comprehensive) API for the STL, similiar to SUNs API for
          > > Java. I have searched google but couldnt find anything bar examples.
          > > Surely there exists one?[/color]
          > http://www.sgi.com/tech/stl/table_of_contents.html[/color]


          Thanks one and all! Precisely what I needed.

          Comment

          Working...