Updates

Latest Tweet



What's New?

Check out for latest innovation, a computer based training video collection


Like this Page

C++ Strategies and Tactics Review by tomr

I like this better than Effective C++ (second edition)

This was the original book of C++ "idioms and traps", full of practical details such as where to use virtual destructors and the correct way to write the copy constructor and assignment operators. Then Scott Meyer's book came along with such sparkle and wit that I put this book aside, even though they pretty much covered the same ground. The second edition of Meyers' book covers the new ANSI standard - and while this was needed, it has a fair amount of "code lawyering" and is no longer a breeze to read. I'm glad I held onto the Murray book to cover the basic concepts, even though it's slightly out of date.