图书标签: C++ C/C++ programming 经典 计算机 编程 编译实现 计算机科学
发表于2025-01-31
Inside the C++ Object Model pdf epub mobi txt 电子书 下载 2025
Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritance, and "the virtuals"--virtual functions and virtual inheritance. This book shows how your understanding the underlying implementation models can help you code more efficiently and with greater confidence. Lippman dispells the misinformation and myths about the overhead and complexity associated with C++, while pointing out areas in which costs and trade offs, sometimes hidden, do exist. He then explains how the various implementation models arose, points out areas in which they are likely to evolve, and why they are what they are. He covers the semantic implications of the C++ object model and how that model affects your programs. Highlights *Explores the program behavior implicit in the C++ Object Model's support of object-oriented programming. *Explains the basic implementation of the object-oriented features and the trade offs implicit in those features. *Examines the impact on performance in terms of program transformation.* Provides abundant program examples, diagrams, and performance measurements to relate object-oriented concepts to the underlying object model. If you are a C++ programmer who desires a fuller understanding of what is going on "under the hood," then Inside the C++ Object Model is for you! Get a value-added service! Try out all the examples from this book at www.codesaw.com. CodeSaw is a free online learning tool that allows you to experiment with live code from your book right in your browser. 0201834545B11102003
Stanley B. Lippman的工作是提供关于C++和面向对象的训练、咨询、设计和指导。Lippman在成为一名独立咨询顾问之前,曾经是迪士尼动化公司的首席软件设计师。他在AT&T Bell实验室的时候,领导了cfront 3.0版本和2.1版本的编译器开发组。他也是Bjarne Stroustrup领导的Bell实验室Foundation项目的成员之一,负责C++程序设计环境中的对象模型部分。Lippman还撰写了许多关于C++的论文。目前Lippman已受雇于微软公司,负责Visual C++项目。
译者侯捷:电脑技术自由作家,对于技术的钻研和发表,有独特的品性与坚持。作品涵盖著、译、评三方面,散见于各种刊特、媒体、网站论坛。
看完后一头雾水,需要消化段时间
评分helpful
评分我又不搞编译,读这本书干什么=。=
评分深入C++的好书
评分对EH解释得不甚了了 类内部的数据结构 过程结构 倒是很详细 Lipmann的语言功力不错 他的书浅显易懂 读完对C++的理解深了一些
这本书写得很拗口,侯捷的翻译也有很多不符合习惯的用词,所以读起来颇为费力。 总结一下: 1. 虚函数的实现: 为每个带有虚函数的类,建立一个虚函数表,存放这个类的每个虚函数的地址。基类和派生类的虚函数表有着不同的内容。 每个有虚函数的类的对象带...
评分做C++开发8,9年了,虽然个人认为也积累了一些语言方面的开发经验,可是看到这本书以后,发现自己了解的内容还是太肤浅了,虽然这本书中介绍的内容并不能直接用于平时的项目开发,可是它能够让你对这门语言有一个更为深入的了解,同时也能够对面向对象的编程思想有了更为深入的...
评分其实完全可以用软件设计的视角来阅读这本书,在这本书中学到的不仅仅是语言,而是语言背后的东西——代码应该怎么写才会更有效率。软件设计中功能性的实现总是最低层次的,而软件背后的效率和设计的思想才更值得人去关注,linus反对用C++,因为用C完全能做到C++的效果,...
评分个人是先看了本书的导读,然后对本书的2,3,4,5章节比较感兴趣,所以主要读了这几个章节。 通过对第二章的阅读,对C++里面的几个类型的构造函数有了一个更深入的了解,本书讲的很细,大有看了恍然大悟之感。 第三章主要是介绍了C++里面类中数据成员的内存布局,有丰...
评分书里的最重要的部分还没有过时,对,我说的“最重要的部分”指的是对象模型。(其中提到的NRV技术目前的编译器基本都已经实现了,末尾的关于异常和模板的部分有充数的嫌疑) 书中关于数据成员的布局,非虚成员函数和虚函数的设计考量,在单继承,多继承/虚拟继承下都有详细的...
Inside the C++ Object Model pdf epub mobi txt 电子书 下载 2025