Search This Blog

Tuesday, February 28, 2012

Inside C++ Object Model by Stanley B. Lippman

Hi Everyone, Just sharing my thoughts after reading Inside C++ Object Model by Stanley B. Lippman. This is a must read book for every C++ programmer. I liked this most after the God's (Bjarne Stroustrup's) Design and Evolution of C++. This books tells you - 1. In depth understanding of internals of Virtual functions. 2. Some compiler level details and insight to make you write great code. 3. Solid understanding of function calling mechanism and return statements. 4. At few places this book even touches the Assembly level details. If you have 3-4+ years of C++ experience then this book is must read.