Welcome![Sign In][Sign Up]
Location:
Search - inside c object model

Search list

[Develop ToolsInside the C++ Object Model

Description: c++对象模型的详细介绍-c + + object model detailed description of
Platform: | Size: 668938 | Author: 孙健 | Hits:

[Develop ToolsInside.the.C++.Object.Model

Description: C++对象模型技术内幕,是一本很好的描述面向对象设计技术的书籍。-C Object Model Technology Insider is a very good description of the object-oriented design technology books.
Platform: | Size: 1361719 | Author: 小科 | Hits:

[Other resourceinside-c++object-model

Description: Inside the C++ Object Model,该书详细的讲述了C++的对象模型的使用方法 -Inside the C Object Model. The book recounted in detail the C object model to use
Platform: | Size: 759503 | Author: 杨振森 | Hits:

[DocumentsInside The C++ Object Model

Description: 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!
Platform: | Size: 758847 | Author: mattzhu | Hits:

[BooksInside C++ Object Model

Description: Inside C++ Object Model(英文原版)-Object Model (English original)
Platform: | Size: 758784 | Author: 吕怡 | Hits:

[BooksInside the C++ Object Model

Description: c++对象模型的详细介绍-c++ object model detailed description of
Platform: | Size: 668672 | Author: 孙健 | Hits:

[Booksinside-the-cpp-object-model

Description: 英文版的深度探索c++对象模型-English depth exploration c Object Model
Platform: | Size: 1361920 | Author: 小磊 | Hits:

[Windows Developinsidec++objectmodel

Description: 经典书籍:《inside c++ object model》,C++面向对象模型-classic books : "inside c object model," C object-oriented model
Platform: | Size: 759808 | Author: 刘晓文 | Hits:

[OtherInsidetheCppObjectModel

Description: 世界首个C++编译器作者之一的Lippman的《深入C++对象模型》英文版,可以增强读者对C++语言底层实现机制的了解,写出更加高效,安全的代码。-the world's first C compiler Lippman had one of the authors of the "in-depth Object Model C" English, Readers can enhance the bottom of the C language understanding of the mechanism, to write more efficient, safer code.
Platform: | Size: 668672 | Author: 屈恩 | Hits:

[Otherinsidethec++objectmodel

Description: 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?
Platform: | Size: 630784 | Author: 陈晨 | Hits:

[Booksliganggang

Description: 下面的是学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;
Platform: | Size: 6144 | Author: 李刚刚 | Hits:

[BooksInside.the.C++.Object.Model

Description: C++对象模型技术内幕,是一本很好的描述面向对象设计技术的书籍。-C Object Model Technology Insider is a very good description of the object-oriented design technology books.
Platform: | Size: 1361920 | Author: 小科 | Hits:

[Otherinside-c++object-model

Description: Inside the C++ Object Model,该书详细的讲述了C++的对象模型的使用方法 -Inside the C Object Model. The book recounted in detail the C object model to use
Platform: | Size: 758784 | Author: 杨振森 | Hits:

[Software EngineeringInside_the_c++_object_model

Description: 这是一本深度探索C++对象模型,能更好的帮助理解C++面向对象编程思想-This is a deep exploration of C object model, can better help to understand C object-oriented programming ideas
Platform: | Size: 7803904 | Author: baifer | Hits:

[OtherInsidetheC++ObjectModel

Description: Inside the C++ Object Model
Platform: | Size: 668672 | Author: cornerp | Hits:

[Otherinside.the.c++.object.model

Description: 深入探索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.
Platform: | Size: 1009664 | Author: 王大为 | Hits:

[OpenGL programInsidetheC++objectmodel

Description: 深度探索C++对象模型,不错的书,找了很久。-Depth exploration of C++ Object model, a good book, looking for a long time.
Platform: | Size: 8472576 | Author: 李嘉 | Hits:

[BooksC.Object.Model

Description: 作者 Stanley B. Lippman 是最早从事 C++ 编译器编写的人员之一。这本书主要面向中高级 C++ 程序员,不过初级 C++ 程序员下点功夫应该也能看懂(本菜鸟都能看得懂)。这本书阐述了 C++ 具体是怎么实现的,也澄清了许多人对 C++ 的误解。学习这本书,有助于编写出更加高效的 C++ 程序。如果你想知道 C++ 到底是怎么实现的,想写出更高效的 C++ 程序,这本书绝对不容错过! -Inside the C++ Object Model
Platform: | Size: 1013760 | Author: yangliu | Hits:

[VC/MFCInside-CPP-Object-Model

Description: CHM格式的Inside C++ Object Model英文版!C++大师的深入思考!C++系统程序员深入学习必备资料。-The CHM format Inside C++ Object Model English version! C++ master of deep thinking! C++ system programmer in-depth learning essential information.
Platform: | Size: 758784 | Author: l | Hits:

[VC/MFCInside C++

Description: 《深度探索C++对象模型(简体中文版)》,值得一读的书(Deep inside C++ object model)
Platform: | Size: 7802880 | Author: JOELYU | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net