CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Inside The C Object Model
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Inside The C Object Model - List
[
Develop Tools
]
Inside the C++ Object Model
DL : 0
c++对象模型的详细介绍-c + + object model detailed description of
Update
: 2008-10-13
Size
: 653.26kb
Publisher
:
孙健
[
Develop Tools
]
Inside.the.C++.Object.Model
DL : 1
C++对象模型技术内幕,是一本很好的描述面向对象设计技术的书籍。-C Object Model Technology Insider is a very good description of the object-oriented design technology books.
Update
: 2008-10-13
Size
: 1.3mb
Publisher
:
小科
[
Documents
]
Inside The C++ Object Model
DL : 0
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!
Update
: 2011-11-06
Size
: 741.06kb
Publisher
:
mattzhu
[
Books
]
Inside C++ Object Model
DL : 0
Inside C++ Object Model(英文原版)-Object Model (English original)
Update
: 2025-02-17
Size
: 741kb
Publisher
:
吕怡
[
Books
]
Inside the C++ Object Model
DL : 0
c++对象模型的详细介绍-c++ object model detailed description of
Update
: 2025-02-17
Size
: 653kb
Publisher
:
孙健
[
Books
]
inside-the-cpp-object-model
DL : 0
英文版的深度探索c++对象模型-English depth exploration c Object Model
Update
: 2025-02-17
Size
: 1.3mb
Publisher
:
小磊
[
Other
]
insidethec++objectmodel
DL : 0
inside the c++ object model.深入c++对象模型。鼎鼎大名的Stanley B. Lippman 写的。搞c++编程的能不看吗? -inside the object model. C-depth object model. The famous Stanley B. Lippman had written. Engage c programming can not see?
Update
: 2025-02-17
Size
: 616kb
Publisher
:
陈晨
[
Books
]
liganggang
DL : 0
下面的是学C++时要注意的。 1.把C++当成一门新的语言学习(和C没啥关系!真的。); 2.看《Thinking In C++》,不要看《C++变成死相》; 3.看《The C++ Programming Language》和《Inside The C++ Object Model》,不要因为他们很难而我们自己是初学者所以就不看; -Below is the time to learn C attention. 1. C as a new language (C lacks relations! Really.) ; 2. see "Thinking In C", not to read the "C lifeless"; 3. see "The C Programming Language" and "The Inside C. Object Model, "not because it is very difficult for them and we are not there to see beginners;
Update
: 2025-02-17
Size
: 6kb
Publisher
:
李刚刚
[
Books
]
Inside.the.C++.Object.Model
DL : 0
C++对象模型技术内幕,是一本很好的描述面向对象设计技术的书籍。-C Object Model Technology Insider is a very good description of the object-oriented design technology books.
Update
: 2025-02-17
Size
: 1.3mb
Publisher
:
小科
[
Other
]
inside-c++object-model
DL : 0
Inside the C++ Object Model,该书详细的讲述了C++的对象模型的使用方法 -Inside the C Object Model. The book recounted in detail the C object model to use
Update
: 2025-02-17
Size
: 741kb
Publisher
:
杨振森
[
Other
]
InsidetheC++ObjectModel
DL : 0
Inside the C++ Object Model
Update
: 2025-02-17
Size
: 653kb
Publisher
:
cornerp
[
Other
]
inside.the.c++.object.model
DL : 0
深入探索C++模型 英文版 从编译器的角度讲述了C++究竟是如何实现的,对理解C++以及面向对象编程思想有极大的帮助。-Depth exploration of C++ Model of the English version from the compiler point of view about the C++ Realize how, and to understand the C++, As well as object-oriented programming ideas have great help.
Update
: 2025-02-17
Size
: 986kb
Publisher
:
王大为
[
VC/MFC
]
Inside-The-C-Object-Model
DL : 0
Inside The C++ Object Model的书-Inside The C++ Object Model
Update
: 2025-02-17
Size
: 741kb
Publisher
:
Nanny
[
Windows Develop
]
analyse-Inside-The-CPP-Object-Model
DL : 0
Inside The C++ Object Model.rar 调试程序有用,这是中文版的-Inside The C++ Object Model.rar debugger useful, it is the Chinese version of
Update
: 2025-02-17
Size
: 741kb
Publisher
:
死神
[
VC/MFC
]
Inside-The-CPP-Object-Model
DL : 0
中文版 Inside The C++ Object Model专注于C++对象导向程序设计的底层机制,包括结构式语意、暂时性对象的生成、封装、继承,以及虚拟——虚拟函数和虚拟继承。这本书让你知道:一旦你能够了解底层实现模型,你的程序代码将获得多么大的效率。Lippman澄清了那些关于C++额外负荷与复杂度的各种错误信息和迷思,但也指出其中某些成本和利益交换确实存在。他阐述了各式各样的实现模型,指出它们的进化之道及其本质因素。本书涵盖了C++对象模型的语意暗示,并指出这个模型是如何影响你的程序的。 -The Chinese version of Inside The C++ Object Model the focus on C++ object-oriented program design of the underlying mechanisms, including structured semantic generation of temporary objects, encapsulation, inheritance, and virtual- virtual functions and virtual inheritance. This book allows you to know how efficient your code: Once you are able to understand the underlying implementation model. Lippman clarified that error message about C++ overhead complexity and myth, but also pointed out that some of the costs and benefits of exchange do exist. He elaborated a variety of implementation model, and pointed out that the road of their evolution and its essential factors. The book covers the semantic cues C++ object model, and pointed out that this model is how it affects your program.
Update
: 2025-02-17
Size
: 7.44mb
Publisher
:
刘俊杰
[
Software Engineering
]
Inside-The-CPP-Object-Model
DL : 0
C++经典教程《Inside The C++ Object Model》,深入理解C-failed to translate
Update
: 2025-02-17
Size
: 741kb
Publisher
:
启凡
[
VC/MFC
]
Inside-The-CPP-Object-Model
DL : 0
面向对象的C++编程支持潜在的编程机理,支持构造语义,封装,继承,和虚函数和虚拟继承的基础机制。-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.
Update
: 2025-02-17
Size
: 741kb
Publisher
:
yangjie
[
VC/MFC
]
Inside.the.CPP.Object.Model(EN)
DL : 0
Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++.
Update
: 2025-02-17
Size
: 658kb
Publisher
:
satom
[
VC/MFC
]
Inside-The-CPP-Object-Model
DL : 0
Inside The C++ Object Model,程序员应聘求职必看书籍,C++作者编著,深入理解C++模型-Inside The C++ Object Model, a programmer job candidates see books, C++ edited by the author, in-depth understanding of C++ model
Update
: 2025-02-17
Size
: 14.94mb
Publisher
:
chen
[
VC/MFC
]
Inside-The-CPP-Object-Model
DL : 0
在C++对象模型的主要机制,支持面向对象编程在C++:构造函数语义,临时生成,支持封装,继承,和“虚函数”虚拟函数和虚拟继承。这本书展示了如何理解底层的实现模型可以帮助你更有效地和更高的信心。Lippman消解与C++相关的开销和复杂性的误传和神话,并指出其中的成本和权衡,有时隐藏区域,确实存在。然后,他解释了各种实现模型的出现,指出了他们有可能进化的领域,以及为什么他们是他们的。他涵盖了C++对象模型的语义内涵和如何影响你的程序模型。-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.
Update
: 2025-02-17
Size
: 740kb
Publisher
:
王峰
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.