CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2005
    Posts
    85

    Question Standard STL implementation reference??

    Who developed the standard STL??
    HP? AT&T?, SGI?

    As far as I know, the SGI's implementation reference is the only decent STL reference out there. But it's not quite standard and/or it is outdated.

    For long time I believed that SGI's STL reference was the actual standard. But now I realize it is not.

    Is there somewhere the standard STL implementation reference??

  2. #2
    Join Date
    Apr 1999
    Posts
    27,449

    Re: Standard STL implementation reference??

    Quote Originally Posted by Get_Free
    Who developed the standard STL??
    HP? AT&T?, SGI?
    My professor, Alex Stepanov, and his associate Meng Lee at HP:

    http://www.sgi.com/tech/stl/drdobbs-interview.html
    .
    Is there somewhere the standard STL implementation reference??
    http://www.parashift.com/c++-faq-lit....html#faq-6.13

    Regards,

    Paul McKenzie

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured