|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++.stl - STL book recommendation?
Hi, I have just started learning C++ and was wondering if anyone could recommend a beginner book specifically on the STL? Thanks. Aug 01 2004
I'd recommend Scott Meyer's Effective STL. It gives a formula involving first a container selection criteria, which should be good for a beginner. The best is Generic Programming and the STL, by Matthew H. Austern. It isn't for beginners, but introduces a new programming concept. Generic Programming is quite powerful and I believe deserves introduction in contempating the why of STL. The capacity of C++ to embrace alternate programming paradigm differentiates this language from all others. Its worth appreciating while learning C++ (complex as it is). Brett O'Hare wrote:Hi, I have just started learning C++ and was wondering if anyone could recommend a beginner book specifically on the STL? Thanks. Aug 31 2004
In article <ceip0v$223c$1 digitaldaemon.com>, Brett O'Hare says...Hi, I have just started learning C++ and was wondering if anyone could recommend a beginner book specifically on the STL? Thanks. Dec 18 2005
|