Source code of STL

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • metdos
    New Member
    • Aug 2007
    • 8

    Source code of STL

    Hi, I am curious about can I find implementations of STL libraries.

    Thanks
  • Meetee
    Recognized Expert Contributor
    • Dec 2006
    • 928

    #2
    Originally posted by metdos
    Hi, I am curious about can I find implementations of STL libraries.

    Thanks
    What type of implementation do you want? Kindly elaborate your question please.

    You can also refer this site
    Regards

    Comment

    • metdos
      New Member
      • Aug 2007
      • 8

      #3
      Originally posted by zodilla58
      What type of implementation do you want? Kindly elaborate your question please.

      You can also refer this site
      Regards
      I want to know see algorithms they use and how they use C++ in order to implement these algorithms. I searched a little sgi.com but I couldn't see implementations of algorithms.

      Comment

      • JosAH
        Recognized Expert MVP
        • Mar 2007
        • 11453

        #4
        Originally posted by metdos
        I want to know see algorithms they use and how they use C++ in order to implement these algorithms. I searched a little sgi.com but I couldn't see implementations of algorithms.
        Have you seen GNUs implementation? Most, if not all of the implementation
        comes in ordinary .h (or .hpp) files; the STL is templates mainly remember?

        kind regards,

        Jos

        Comment

        Working...