Recommended C++/STL Reading
Thursday, May 04, 2006
I've read a number of articles/books on general C++ programming and have created my own personal list of books that are a requirement in your own cube. It is my opinion that anything Scott Meyers writes is worth reading. They are always informative and interesting.
- Effective C++ (3rd ed.)
- More Effective C++
- Effective STL
They are great to keep around if you are like me and can't remember all the topics you've read in the past. Others?
-Gilemonster
Labels: C++
posted by Gilemonster @ 10:47 PM,
2 Comments:
- At 9:39 PM, e6rock9 said...
-
Gilemonster,
I have found another good book for c++ programming is "Data Structures and Problem Solving Using C++" by Mark Allen Weiss. This book contains some very powerful algorithms implemented with examples in C++.
Thanks,
e6rock9 - At 10:12 PM, Gilemonster said...
-
I've also heard that one of the great things about Weiss' book is that a number of helpful examples make the teaching method easier. For a good free C++ book, check out Bruce iEckel's Thinking In C++. Here's the link.
-Gilemonster