November 15th, 2008, 7:16 am
QuoteI don't think you used Austern's book. It was published only in Oct 99.Well if I said I did, then I did. I might be a few years out on the year. It has quite a few bugs. It is not a book for learning STL, if I can remember. QuoteJosuttis is good, but it is about 1000 pages. Austern covers the same in 100 pages. Which one do you prefer? Josuttis is better in this case; I need to know how a STL feature works and quick, so I go to the relevant page. I know/knew generics from the beginning of the 90's; it's a question of knowing where to find the information fast and Josuttis is just fine. In this case 'more is better'.Quote1. He starts with Algorithms and ends in Containers. This is the right way to understand STL. Other books just confuse you about STL.2. He introduces the term concept, which is now part of C++ language itself. 1. Depends on your viewpoint, some use STL containters only.2. Good, but concepts are still not in any compilers, to my knowledge. edit:Quote3. An array class template example he shows in his book written 10 years ago is now part of tr1( the class template array<Ty, N>.)Ada has these as well.Anyways, it was only recently tht compilers supported this rather useful feature..
Last edited by
Cuchulainn on November 14th, 2008, 11:00 pm, edited 1 time in total.