Stanley B. Lippman的工作是提供关于C++和面向对象的训练、咨询、设计和指导。Lippman在成为一名独立咨询顾问之前,曾经是迪士尼动化公司的首席软件设计师。他在AT&T Bell实验室的时候,领导了cfront 3.0版本和2.1版本的编译器开发组。他也是Bjarne Stroustrup领导的Bell实验室Foundation项目的成员之一,负责C++程序设计环境中的对象模型部分。Lippman还撰写了许多关于C++的论文。目前Lippman已受雇于微软公司,负责Visual C++项目。
译者侯捷:电脑技术自由作家,对于技术的钻研和发表,有独特的品性与坚持。作品涵盖著、译、评三方面,散见于各种刊特、媒体、网站论坛。
发表于2024-11-02
Inside the C++ Object Model 2024 pdf epub mobi 电子书
其实这本书的内容并不多,一些概念贯穿全文,只要理解了就能很顺畅地看完,一些性能测试的内容完全可以跳过,花两三天就能看完。上机写些简单的代码,切到汇编窗口单步调试,就能很直观地看到书里介绍的好多内容,对理解很有帮助。
评分如果我没记错的话,易筋经应该是一本内功秘籍;也就是说,它只会教你练内功,而不会教你练招式。看过武侠小说的都知道,同样的招式,内功强的人使出来是要完爆内功弱的。 我看完这本书后,对它的印象就大致如此。从本书中,你学不到什么编程技巧(招式),有的只是对c++这门语...
评分C++程序员晋级必读书, 侯捷翻译的也相当出色, 正本书对C++的对象内存形式,继承的实现,多重继承,静态对象等做了详细描述。
评分刚看了几章,想说几句: 侯捷先生的书似乎都跟Microsoft公司的产品或理念有关 这本书似乎也不例外 Stanley书里的例子一般都是以一些开源的软件来说明问题 比如比较效率一般用的是cc、NCC等编译器 而侯捷先生所举的例子大都是使用的Microsoft VC++ 开源的 外面是这样 里面是啥...
评分做C++开发8,9年了,虽然个人认为也积累了一些语言方面的开发经验,可是看到这本书以后,发现自己了解的内容还是太肤浅了,虽然这本书中介绍的内容并不能直接用于平时的项目开发,可是它能够让你对这门语言有一个更为深入的了解,同时也能够对面向对象的编程思想有了更为深入的...
图书标签: C++ C/C++ programming 经典 计算机 编程 编译实现 计算机科学
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
我又不搞编译,读这本书干什么=。=
评分對這本書有特殊感情啊,呵呵。 這個作者是早期C++的參與者,內容沒得說。這是這個topic唯一的著作,你沒得選。可惜裡面錯誤比較多,而且不是typo,是技術性的。讀的時候需要非常小心。
评分进阶
评分深入C++的好书
评分神书,把C++讲的很好
Inside the C++ Object Model 2024 pdf epub mobi 电子书