0
votes
What is the best C++ book for an intermediate to expert developer?
I would say there are a lot of good ones published by Addison Wesley which have been mentioned above.
I would add, if you are a reasonably experienced programmer in other languages and have …
20
votes
Hidden Features of C++?
Oooh, I can come up with a list of pet hates instead:
Destructors need to be virtual if you intend use polymorphically
Sometimes members are initialized by default, sometimes …
