Possible Duplicate:
Good book for learning the C++ standard template library?
I am having very less knowledge on templates and STL. So looking for a good for STL.
Possible Duplicate:
Good book for learning the C++ standard template library?
I am having very less knowledge on templates and STL. So looking for a good for STL.
Start with The C++ Standard Library - A Tutorial and Reference.
Then read Effective STL by Scott Meyers.
As for templates, this is a really good book (especially part 1): C++ Templates - The Complete Guide.
If you want a good book for learning templates in general, I would recommend:
C++ Templates: The Complete Guide
If you then become a complete addict, you can move on to:
(and perhaps look into counseling for your mental issues.. :-))
If you just want a book on STL, there are many, but the best I've found is:
There is also "Generic Programming and the STL" by Matt Austern.
Not a book, but SGI makes for a rather useful reference. Once you've got a feel for the STL, it may be helpful when you need to look some commands up or whatever.
I'd recommend www.sgi.com for complete stl reference or : http://www.yolinux.com/TUTORIALS/LinuxTutorialC++STL.html