Inside the C++ Object Model by Stanley B. Lippman

Inside the C++ Object Model



Download Inside the C++ Object Model




Inside the C++ Object Model Stanley B. Lippman ebook
ISBN: 0201834545, 9780201834543
Publisher: Addison-Wesley Professional
Format: pdf
Page: 182


In C++, polymorphism exists only within individual public class hierarchies. If your interested in the makings of C++ code the may I recommend a book by Stanley Lippman - Inside The C++ Object Model. Only the indirect manipulation of the object through a pointer or reference supports the polymorphism necessary for )) programming. ǜ�完这本书的感觉就是,用C++编程,其实应该说是面向编译器编程。为了实现OO的思想,C++编译器在程序员背后做了太多的事情。 1)为了和C兼容,class的内存布局设计成和struct一样;. Its a great read and addresses many your questions. Inside the C++ Object Model的内容摘要:中文版:深度探索C++对象模型Book DescriptionInside the C++ Object Model focuses on the underlying mechanisms that. I'm sure more detailed articles are also out there today. ĸ�载Inside C++ Object Model 中文版英文版 作者:(美)Stanley B. Inside the C++ Object Model, 0, 0%. ȿ�种称为procedural, 由一组算法函数所驱动, 他们处理的是共同的外部数据. Ŝ�C中, 数据和处理数据的操作是分开声明的, 语言本身并没有支持数据和函数之间的关联性. Effective STL: 50 Specific Ways to Improve Your Use of the Standard Template Library, 3, 37.50% I have 6 months of intensive C++ learning ahead of me which starts on Monday, My experience of OO is using Java and SmallTalk, so Im at least familiar with the ideas of classes, inheritence, objects etc, in relation to small projects. @xcyanx: "Inside C++ object model" book has some (but still limited) example of how it works with multiple inheritance.