Inside the C++ Object Model 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.
資源簡介:Inside the C++ Object Model 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...
上傳時間: 2013-12-24
上傳用戶:zhouli
資源簡介:Cracking the Code - Wireless Programming with J2ME This book is based on the unique concept of cracking the code and mastering the technology.the technologies covered are J2ME version 1.0.2 and the applications are also tested on versi...
上傳時間: 2015-08-20
上傳用戶:fhzm5658
資源簡介:OTG(On—the—Go)技術(shù)研究.pdf 簡述了OTG(On—the—Go)技術(shù) 現(xiàn)狀 前景 等
上傳時間: 2016-05-11
上傳用戶:我們的船長
資源簡介:In recent years, the library uses the view of " people oriented " to library manage and serve. On the purpose of let the management of library services to be a qualitative leap
上傳時間: 2013-12-26
上傳用戶:dreamboy36
資源簡介: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! Inside the C++ Object Model focuses on the underlying mechanisms that support Object-orient...
上傳時間: 2017-09-25
上傳用戶:gtzj
資源簡介:C++ Network Programming, Volume 2, focuses on ACE frameworks, providing thorough coverage of the concepts, patterns, and usage rules that form their structure. This book is a practical guide to designing Object-oriented frameworks and shows...
上傳時間: 2013-12-26
上傳用戶:daguda
資源簡介:the same vulnerability to x_hp-ux11i_nls_ct.c,but exploit ping command to get root shell.
上傳時間: 2015-01-20
上傳用戶:aa17807091
資源簡介:VC技術(shù)內(nèi)幕第五版_English.the 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to suppo...
上傳時間: 2013-12-08
上傳用戶:lepoke
資源簡介:Excel spreadsheet allowing calculation of the best R-C-C component values on the PLL Loop Back Filter.
上傳時間: 2014-01-14
上傳用戶:冇尾飛鉈
資源簡介:An Overview of the C++ Programming Language《概觀C++程序設(shè)計語言》
上傳時間: 2013-12-21
上傳用戶:chenbhdt
資源簡介:基于基本遺傳算法的函數(shù)最優(yōu)化SGA.C A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code presented by David E.Goldberg
上傳時間: 2015-05-29
上傳用戶:aa54
資源簡介:the C# program will display a mine field, plant mines, and provide hints on the number of mines around each grid. the player can therefore enjoy a typical Minesweeper game on a Smartphone.
上傳時間: 2013-12-19
上傳用戶:xuanjie
資源簡介:UCOS-II文件系統(tǒng)使用手冊. It describes the functionality and user API of μC/FS FAT File System.
上傳時間: 2013-12-28
上傳用戶:陽光少年2016
資源簡介:the decoding algorithm used in RBDS.c is based on error trapping. the program emulates the operation of the encoder and decoder of a binary cyclic codes, using bitwise shifts and xor for modulo g(x) operations.
上傳時間: 2015-07-05
上傳用戶:youmo81
資源簡介:C程序設(shè)計語言(英文第2版)Prentice Hall.-.the C Programming Language(2nd Edition)
上傳時間: 2015-07-20
上傳用戶:fhzm5658
資源簡介:Programming C#, the top selling book on Microsoft s high-performance C# programming language, is now in its fourth edition. Aimed at experienced programmers and web developers, this comprehensive guide focuses on the features and programmin...
上傳時間: 2015-07-21
上傳用戶:l254587896
資源簡介:This section contains a brief introduction to the C language. It is intended as a tutorial on the language, and aims at getting a reader new to C started as quickly as possible. It is certainly not intended as a substitute for any of the nu...
上傳時間: 2013-12-23
上傳用戶:liansi
資源簡介:This documentation is based on the following versions:- pre-release of the wimax Model developed by NIST (file patch-wimax-prerelease-092206)- ns-2.29 此程序是NS2下用C、C++編寫的,主要對Wimax 802.16d和802.16e的MAC層協(xié)議的仿真,壓縮文件內(nèi)...
上傳時間: 2014-01-12
上傳用戶:釣鰲牧馬
資源簡介:This note describes some key aspects of what C++ is and of how C++ has developed over the years. the spective is that of an experienced C++ user looking at C++ as a practical tool. No attempts are made to compare C++ to other languages, tho...
上傳時間: 2015-09-15
上傳用戶:haoxiyizhong
資源簡介:VC技術(shù)內(nèi)幕第五版(英文)the 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporti...
上傳時間: 2014-11-22
上傳用戶:ggwz258
資源簡介:This source code is about the basic sorting algorithm implemented in C#. the algorithms included are Bubble Sort, Insertion Sort, Selection Sort. User can trace how s the sorting algorithm works.
上傳時間: 2013-12-25
上傳用戶:woshiayin
資源簡介:An article on the implementation of a fast C++ delegate with many advanced features.
上傳時間: 2014-01-02
上傳用戶:zhangzhenyu
資源簡介:a Complete C++ language tutorial on the cplusplus.com
上傳時間: 2015-10-21
上傳用戶:維子哥哥
資源簡介:C++ Template Metaprogramming sheds light on the most powerful idioms of today s C++, at long last delivering practical metaprogramming tools and techniques into the hands of the everyday programmer. A metaprogram is a program that gener...
上傳時間: 2013-11-30
上傳用戶:aix008
資源簡介:This driver is based on the 2.6.3 version of drivers/usb/usb-skeleton.c but has been rewritten to be easy to read and use, as no locks are now needed anymore.
上傳時間: 2015-11-20
上傳用戶:talenthn
資源簡介:the Stanford IBE library is a C implementation of the Boneh-Franklin identity-based encryption scheme. (See Boneh and Franklin, "Identity-Based Encryption from the Weil Pairing", CRYPTO 2001.) there are a few modifications and addition...
上傳時間: 2013-12-20
上傳用戶:yan2267246
資源簡介:This the e-book of "programming Visual C++ .Net sixth version" I check others on your website do not contain source codes.
上傳時間: 2014-01-15
上傳用戶:xcy122677
資源簡介:44b0 base IAR 4.20a IDE, only the basic test, can run to C-main, usr can add owner app in it
上傳時間: 2016-02-02
上傳用戶:ruan2570406
資源簡介:Comments on the MISRA coding guidelines for C
上傳時間: 2013-11-28
上傳用戶:heart520beat
資源簡介:the interface method bettwen matlab and c++:MWStruct 結(jié)構(gòu)體陣列操作
上傳時間: 2013-12-29
上傳用戶:love_stanford