Languages

TwitterFacebook
Get flash to fully experience Pearltrees

Effective C# 2nd Edition

http://www.amazon.com/Effective-Covers-4-0-Specific-Development/dp/0321658701 This review is from: Effective C# (Covers C# 4.0): 50 Specific Ways to Improve Your C# (2nd Edition) (Effective Software Development Series) (Paperback)

C++ Primer 4th Edition

http://www.amazon.com/Primer-4th-Stanley-B-Lippman/dp/0201721481 Let me state up-front that this is an indispensable book for me, and, as a reference, or as a source for expanding a basic C++ capability, it's easily worth 5 stars, not 4. In fact, as an intermediate-level C++ user, this is the most indispensable book that I have.
http://www.amazon.com/Effective-Specific-Improve-Programs-Designs/dp/0321334876

Effective C++ 3rd Edition

How do you improve a book that has been known as a "bible" in the C++ community for years? As Scott mentions at the beginning of the text, he almost threw everything out, and started from scratch.

Design Patterns

This book really changed my way of thinking about object-oriented design. The idea is that when designing a new class hierarchy, though implementation details may differ, you often find yourself using the same kinds of solutions over and over again. Rather than approaching each design task out of context as an individual, isolated problem, the strategy is to study the task and identify the underlying design pattern most likely to be applicable, and follow the class structure outlined by that pattern. http://www.amazon.com/Design-Patterns-Elements-Reusable-Object-Oriented/dp/0201633612