For C++ two of the very best books are Effective C++and More Effective C++. Once you understand the basic syntax of the language, the next step is to figure out how you should best program in that language and to begin to understand what the potential pitfalls are. These two books cover that subject matter and are absolutely fantastic.
If anyone else is quite experienced in non-C++ languages I'd love to know what books they think are equivalent in other languages. Something for the intermediate professional that explains how you should program in the language.
If anyone else is quite experienced in non-C++ languages I'd love to know what books they think are equivalent in other languages. Something for the intermediate professional that explains how you should program in the language.