CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2002
    Posts
    70

    Recommended Books for STL

    Any recommendations for recent books on STL for an otherwise very experienced C++ developer. (I've used STL a tiny bit.)

  2. #2
    Join Date
    Apr 1999
    Posts
    27,449
    "The C++ Standard Library", Nicolai Josuttis.
    "Effective STL", Scott Meyers.

    Regards,

    Paul McKenzie

  3. #3
    Join Date
    Mar 2002
    Location
    California
    Posts
    1,582
    What, the source code isn't clear enough?

    Jeff

  4. #4
    Join Date
    Jan 2001
    Posts
    588
    I agree with jfaust. Just kidding. I wonder if it was intentional to make the STL code in most packages so **** hard to read. Maybe it was so the people writing the "inefficient generic code" would be able to hide it from everyone.

  5. #5
    Join Date
    Jun 2002
    Posts
    1,417
    Originally posted by Bob Davis
    I agree with jfaust. Just kidding. I wonder if it was intentional to make the STL code in most packages so **** hard to read. Maybe it was so the people writing the "inefficient generic code" would be able to hide it from everyone.
    That' called JOB SECURITY

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