图书标签: C++ C/C++ programming 经典 计算机 编程 编译实现 计算机科学
发表于2025-01-23
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++项目。
译者侯捷:电脑技术自由作家,对于技术的钻研和发表,有独特的品性与坚持。作品涵盖著、译、评三方面,散见于各种刊特、媒体、网站论坛。
看完c++ primer和这本书,才有点入门的感觉,这本书看完之后,自己对C++的熟悉程度仿佛又下降了点。写C++程序,一方面是写给程序员看,另一方面,是写给编译器看,或许C++的复杂性就来源于这一点吧。
评分复习完毕, 跟作者说的一样, 当回复读者的小品文看完了. 难度比当初看的时候小了很多...
评分了解C++对象内存模型的唯一书籍!必读。
评分我又不搞编译,读这本书干什么=。=
评分helpful
其实这本书的内容并不多,一些概念贯穿全文,只要理解了就能很顺畅地看完,一些性能测试的内容完全可以跳过,花两三天就能看完。上机写些简单的代码,切到汇编窗口单步调试,就能很直观地看到书里介绍的好多内容,对理解很有帮助。
评分很好很强大,也非常深奥,比Effective系列深太多了。只有前5章勉强看懂。 这本书偏重的是C++内部实现,而effective则是讲C++的常用技术。虽然在技术上没有太大帮助,但绝对大大提高内功,会给你剖析了C++ class的实现机制。 建议想深入C++的人都读一读,会有一种醍醐灌顶的作用...
评分个人是先看了本书的导读,然后对本书的2,3,4,5章节比较感兴趣,所以主要读了这几个章节。 通过对第二章的阅读,对C++里面的几个类型的构造函数有了一个更深入的了解,本书讲的很细,大有看了恍然大悟之感。 第三章主要是介绍了C++里面类中数据成员的内存布局,有丰...
评分看看书里的c++内存模型,虚表、多继承,难度不小。 由于c++复杂的特性,开发c++编译器的高人们八成是费了老力了,感谢一下他们。
评分C++程序员晋级必读书, 侯捷翻译的也相当出色, 正本书对C++的对象内存形式,继承的实现,多重继承,静态对象等做了详细描述。
Inside the C++ Object Model pdf epub mobi txt 电子书 下载 2025