Updates

Latest Tweet



What's New?

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


Like this Page

Imperfect C++: Practical Solutions for Real-Life Programming Review by pongba liu

A surprise indeed!

"Imperfect C++" was an amazing surprise to me when I read it a year ago, it was the first time I knew that there're so many imperfections in C++, a language I thought I knew quite well before; and it was the first time I knew that nearly all those imperfections could be circumvented, and circumvented pretty well.

As a C++ fan myself, I've been spending quite a portion of my free time on C++, and that is 6 years+. Among all the books I've read about C++, I think this one fill the right gap, that is, most of the C++ books focus on isolated tricks and techniques which, while interesting, often don't take real world constraints in consideration(such as performance, compile-time enforcements, flexibility).