Inside the C++ Object Model pdf epub mobi txt 電子書 下載 2025


Inside the C++ Object Model

簡體網頁||繁體網頁
[美] Stanley B·Lippman
Addison-Wesley Professional
1996-5-13
304
USD 64.99
Paperback
9780201834543

圖書標籤: C++  C/C++  programming  經典  計算機  編程  編譯實現  計算機科學   


喜歡 Inside the C++ Object Model 的讀者還喜歡




下載連結1
下載連結2
下載連結3
    


想要找書就要到 小哈圖書下載中心
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

发表于2025-05-19

Inside the C++ Object Model epub 下載 mobi 下載 pdf 下載 txt 電子書 下載 2025

Inside the C++ Object Model epub 下載 mobi 下載 pdf 下載 txt 電子書 下載 2025

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

Inside the C++ Object Model 下載 mobi epub pdf txt 電子書

著者簡介

Stanley B. Lippman的工作是提供關於C++和麵嚮對象的訓練、谘詢、設計和指導。Lippman在成為一名獨立谘詢顧問之前,曾經是迪士尼動化公司的首席軟件設計師。他在AT&T Bell實驗室的時候,領導瞭cfront 3.0版本和2.1版本的編譯器開發組。他也是Bjarne Stroustrup領導的Bell實驗室Foundation項目的成員之一,負責C++程序設計環境中的對象模型部分。Lippman還撰寫瞭許多關於C++的論文。目前Lippman已受雇於微軟公司,負責Visual C++項目。

譯者侯捷:電腦技術自由作傢,對於技術的鑽研和發錶,有獨特的品性與堅持。作品涵蓋著、譯、評三方麵,散見於各種刊特、媒體、網站論壇。


圖書目錄


Inside the C++ Object Model pdf epub mobi txt 電子書 下載
想要找書就要到 小哈圖書下載中心
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

用戶評價

評分

差不多十一個小時讀完,又漲知識瞭。

評分

看這本書的時候真是各種爽啊!Lippman對於底層的對象模型講的很深刻。讀完這本書後,你就可以知道為什麼有時候cast是會要有代價的,為什麼C++在一些情況下效率是和C一樣的,virtual table是怎麼實現的,還有RTTI,還有很多問題Lippman都幫你做瞭解答。最後不得不提譯者侯捷老師,他為本書插入瞭很多自己畫的示意圖和譯注,真是為本書錦上添花,讓我們理解本書輕鬆不少。

評分

看完c++ primer和這本書,纔有點入門的感覺,這本書看完之後,自己對C++的熟悉程度仿佛又下降瞭點。寫C++程序,一方麵是寫給程序員看,另一方麵,是寫給編譯器看,或許C++的復雜性就來源於這一點吧。

評分

我又不搞編譯,讀這本書乾什麼=。=

評分

沒看effective係列,從過去的Java OO和雜七雜八的FP思維方式,補瞭Using and Understanding C pointers,數據結構課上深化容器的概念和知識,並且補瞭《程序員的自我修養》裏麵的鏈接部分,過瞭Stroupstrup的the C++ Programming Language的第一部分Tour係列,總算可以看我現在最關心的內存實現模型瞭。過瞭這關應該就可以自己嘗試設計程序而不是簡單的依葫蘆畫瓢。

讀後感

評分

这本书写得很拗口,侯捷的翻译也有很多不符合习惯的用词,所以读起来颇为费力。 总结一下: 1. 虚函数的实现: 为每个带有虚函数的类,建立一个虚函数表,存放这个类的每个虚函数的地址。基类和派生类的虚函数表有着不同的内容。 每个有虚函数的类的对象带...  

評分

其实完全可以用软件设计的视角来阅读这本书,在这本书中学到的不仅仅是语言,而是语言背后的东西——代码应该怎么写才会更有效率。软件设计中功能性的实现总是最低层次的,而软件背后的效率和设计的思想才更值得人去关注,linus反对用C++,因为用C完全能做到C++的效果,...  

評分

如果我没记错的话,易筋经应该是一本内功秘籍;也就是说,它只会教你练内功,而不会教你练招式。看过武侠小说的都知道,同样的招式,内功强的人使出来是要完爆内功弱的。 我看完这本书后,对它的印象就大致如此。从本书中,你学不到什么编程技巧(招式),有的只是对c++这门语...  

評分

这本书写得很拗口,侯捷的翻译也有很多不符合习惯的用词,所以读起来颇为费力。 总结一下: 1. 虚函数的实现: 为每个带有虚函数的类,建立一个虚函数表,存放这个类的每个虚函数的地址。基类和派生类的虚函数表有着不同的内容。 每个有虚函数的类的对象带...  

評分

類似圖書 點擊查看全場最低價

Inside the C++ Object Model pdf epub mobi txt 電子書 下載 2025


分享鏈接





相關圖書




本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

友情鏈接

© 2025 qciss.net All Rights Reserved. 小哈圖書下載中心 版权所有