I like to learn new technologies. These posts are for my own reference (I have habit of forgetting :( ). If anybody finds these posts useful, then it will surely make me HaPpY.
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.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment