Feb 26, 2001 #1 qb828 Programmer Sep 27, 2000 98 US Hello! i need a C++ STL reference book. could you recommand me one or two books? thanks.
Feb 26, 2001 #2 mbaranski Programmer Nov 3, 2000 421 US I would recommend the web if you only need a reference, these are what I use: http://www.obsoft.com/StlDoc/Class_Index.htmlhttp://www.enteract.com/~bradapp/links/cplusplus-links.html A search on google.com will also help you. I wouldn't spend the money on a book unless you want conceptual stuff, the API docs are pretty easy. MWB. As always, I hope that helped! Disclaimer: Beware: Studies have shown that research causes cancer in lab rats. Upvote 0 Downvote
I would recommend the web if you only need a reference, these are what I use: http://www.obsoft.com/StlDoc/Class_Index.htmlhttp://www.enteract.com/~bradapp/links/cplusplus-links.html A search on google.com will also help you. I wouldn't spend the money on a book unless you want conceptual stuff, the API docs are pretty easy. MWB. As always, I hope that helped! Disclaimer: Beware: Studies have shown that research causes cancer in lab rats.
Feb 27, 2001 #3 Cagliostro Programmer Sep 13, 2000 4,226 GB The book "STL for C++ programmers" author Leen Ammeraal is a very good book. Upvote 0 Downvote