Главная    Ex Libris    Книги    Журналы    Статьи    Серии    Каталог    Wanted    Загрузка    ХудЛит    Справка    Поиск по индексам    Поиск    Форум   
blank
Авторизация

       
blank
Поиск по указателям

blank
blank
blank
Красота
blank
Deitel H.M. — C++ How to Program
Deitel H.M. — C++ How to Program



Обсудите книгу на научном форуме



Нашли опечатку?
Выделите ее мышкой и нажмите Ctrl+Enter


Название: C++ How to Program

Автор: Deitel H.M.

Аннотация:

With nearly 250,000 sold, Harvey and Paul Deitel'sC++ How to Programis the world's best-selling introduction to C++ programming. Now, this classic has been thoroughly updated! The authors have given this edition a general tune-up of object-oriented programming presentation. The new Fourth Edition has a new code-highlighting style that uses an alternate background color to focus the reader on new code elements in a program. The Deitels' C++ How to Program is the most comprehensive, practical introduction to C++ ever published — with hundreds of hands-on exercises, roughly 250 complete programs written and documented for easy learning, and exceptional insight into good programming practices, maximizing performance, avoiding errors, debugging, and testing. This new Fourth Edition has an upgraded OOD/UML case to latest UML standard, as well as significant improvements to exception handling and operator overloading chapters. Features enhanced treatment of strings and arrays as objects earlier in the book using standard C++ classes, string and vector. The Fourth Edition retains every key concept and technique ANSI C++ developers need to master: control structures, functions, arrays, pointers and strings, classes and data abstraction, operator overloading, inheritance, virtual functions, polymorphism, I/O, templates, exception handling, file processing, data structures, and more. It also includes a detailed introduction to Standard Template Library (STL) containers, container adapters, algorithms, and iterators. The accompanying CD-ROM includes all the code from the book as well as essential software for learning C++. For anyone who wants to learn C++, improve their existing C++ skills, and master object-oriented development with C++.


Язык: en

Рубрика: Технология/

Статус предметного указателя: Готов указатель с номерами страниц

ed2k: ed2k stats

Издание: fifth edition

Год издания: 2005

Количество страниц: 1536

Добавлена в каталог: 14.11.2006

Операции: Положить на полку | Скопировать ссылку для форума | Скопировать ID
blank
Предметный указатель
hidden inputs      
hide an internal data representation      
hide implementation      
hide implementation details      2nd
hide names in outer scopes      
hide private data from clients      
hiding      
hierarchical boss function/worker function relationship      
hierarchical boss method/worker method relationship      
Hierarchy      2nd
hierarchy driver program      
hierarchy for university CommunityMembers      
hierarchy of exception classes      
hierarchy of shapes      
high-level I/O      
High-level language      
highest level of precedence      
Home page      2nd
horizontal rule      
horizontal rule (XHTML)      
horizontal tab ('\t')      2nd 3rd
Host      
host environment      
Host object      
hotwired.lycos.com/webmonkey/00/50/index2a.html      
HourlyEmployee class header file      
HourlyEmployee class implementation file      
hr element (XHTML)      
href attribute of element a      
htdocs directory      
HTML (Hypertext Markup Language)      2nd
HTML document      
html element (XHTML)      
HTML list      
HTML Table      
HTML/XHTML special characters      
HTTP (Hypertext Transfer Protocol)      2nd 3rd
HTTP (version 1.1)      
HTTP header      2nd
HTTP method      
HTTP request types      
HTTP transaction      
HTTPd Web server (Apache)      
httpd.apache.org/docs-2.0/      
HTTP_COOKIE      
HTTP_COOKIE environment variable      
Huge integers      
Huge integers exercise      
HugeInt      
HugeInt Class      
HugeInt class exercise      
HugeInteger Class      
HugeInteger Class exercise      
Hyperlink      2nd 3rd
Hypertext      
Hypertext markup language (HTML)      2nd
Hypertext transfer protocol (HTTP)      2nd
Hypotenuse      
IBM Corporation      2nd
IBM Personal Computer      
Identification tab in the Network dialog      
Identifier      2nd 3rd
if      2nd 3rd
if single-selection statement      2nd 3rd 4th 5th 6th
If statement      
IF...ELSE      
if...else double-selection statement      2nd 3rd 4th
ifstream      2nd 3rd 4th 5th 6th
ignore function of istream      2nd
illegal instruction      
image attribute value (type)      
image hyperlink      
image/gif      
image/gif MIME type      2nd
images in Web pages      
img element      
img element (XHTML)      
implace_merge      
Implementation class definition      
implementation file      
implementation in a separate source-code file      
implementation inheritance      
implementation of a member function changes      
implementation phase      
implementation process      2nd
implementation programmer      
implementation vs. interface inheritance      
Implementing a proxy class      
implicit compiler-defined conversion between fundamental types      
implicit conversion      2nd 3rd 4th 5th
implicit first argument      
implicit handle      
implicit pointer      
implicit, user-defined conversions      
implicitly virtual      
imprecision of floating-point numbers      
improper implicit conversion      
improve performance of bubble sort      
improving performance      
in a derived class      
in a do...while statement      
in a function header      
in a parameter list      
in a UML class diagram      
in a union      
in templates      2nd
in the UML      2nd 3rd 4th 5th 6th 7th 8th 9th 10th 11th
in-memory formatting      
in-memory I/O      
Includes      
includes STL algorithm      
including a header file multiple times      
Including class GradeBook from file GradeBook.h for use in main      
Increment      
increment (++)      2nd
Increment operator      
increment operator (++)      2nd
increment operators      
increment the instruction counter      
indefinite      
indefinite postponement      
indefinite repetition      
Indentation      2nd 3rd 4th 5th
independent software vendor (ISV)      2nd 3rd 4th
INDEX      
indexed access      
indexed list      
indirect      
indirect base class      2nd
indirect derived class      
indirection      
indirection operator (*)      2nd
indirectly reference a value      
Inequality      
inequality operator      2nd
infinite loop      2nd 3rd 4th 5th
infinite recursion      
infix arithmetic expression      
Infix notation      
infix-to-postfix conversion algorithm      2nd 3rd
infix-to-postfix converter      
info break command      
info break debugger command      
Information hiding      2nd 3rd
information tier      
inherit implementation      
inherit interface      2nd
inherit members of an existing class      
inheritance      2nd 3rd 4th 5th 6th 7th 8th 9th 10th 11th 12th 13th 14th 15th
inheritance as an alternative to composition      
Inheritance examples      
inheritance hierarchy exercise      
Inheritance hierarchy for university CommunityMembers      
inheriting interface versus inheriting implementation      
Initial state      
initial state in the UML      2nd 3rd 4th
Initial value      
initial value of a control variable      2nd
initial value of an attribute      
initialization phase      
initialize a constant of a built-in data type      
initialize a pointer      
initialize pointer to 0 (null)      
initialize to a consistent state      
initialize with an assignment statement      
initializer      
initializer list      
initializer syntax      
initializing a pointer declared const      
Initializing a reference      
Initializing an array's elements to zeros and printing the array      
Initializing multidimensional arrays      
Initializing the elements of an array with a declaration      
inline      2nd
Inline function      2nd 3rd 4th 5th 6th 7th 8th 9th 10th 11th 12th
inline function to calculate the volume of a cube      
inline keyword      2nd
inner block      
innermost pair of parentheses      
inner_product      
inner_product STL algorithm      
Inorder traversal      2nd
inOrderTraversal      
inplace_merge      
inplace_merge STL algorithm      
inplace_merge, unique_copy and reverse_copy      
input a line of text      
Input and output stream iterators      
Input data      
Input device      
input element (XHTML)      
input from string in memory      
input iterator      2nd 3rd 4th 5th 6th 7th 8th 9th 10th 11th
input line of text into an array      
Input of a string using cin with stream extraction contrasted with input using cin.get      
input sequence      
input Simple command      2nd
input stream      2nd
input stream iterator      
input stream object (cin)      2nd
Input unit      
input XHTML element      
Input/Output      
Input/Output (I/O)      2nd
input/output library functions      
input/output of objects      
input/output operations      
input/output stream header file <iostream>
Inputting character data using cin member function getline      
inputting from strings in memory      
Insert      2nd
INSERT function      
insert function of associative container      2nd
insert member function of class string      
insert member function of sequence container      
inserter function template      
inserting      2nd 3rd 4th
inserting a breakpoint      
Inserting special characters into XHTML      
insertion      2nd
insertion at back of vector      
Insertion sort      2nd
insertion sort algorithm      2nd
insertmember function      
instance of      
instance of a class      
instant access processing      
instant-access application      
instantiated      
Instantiating multiple objects of the GradeBook class and using the GradeBook constructor to specify the course name when each GradeBook object is created      
Instruction      
instruction counter      
instruction execution cycle      
int      
int &
int operands promoted to double      
INTEGER      
integer arithmetic      
integer division      2nd
integer promotion      
integerPower      
integers prefixed with 0 (octal)
integers prefixed with 0x or 0X (hexadecimal)      
IntegerSet class      
integral size limits      
integrity of an internal data structure      
interaction diagram in the UML      
interaction overview diagram in the UML      
interactions among objects      2nd
interactive attention signal      
interactive computing      
Interactive portal handler      
Interactive portal to create a password-protected Web page      
interactive signal      
interchangeability of arrays and pointers      
interest on deposit      
Interest rate      2nd
INTERFACE      
Interface class definition      
Interface class member-function definitions      
interface described by function prototypes      
interface inheritance      
interface of a class      
Internal      
internal character string      
Internal linkage      
internal representation of a string      
internal spacing      
internal stream manipulator      2nd 3rd
International Organization for Standardization (ISO)      
International Standards Organization (ISO)      2nd
Internet      2nd
Internet Explorer      2nd
Internet Explorer (IE)      2nd
Internet Protocol (IP) Address      
Internet Service Provider (ISP)      
Internet STL resources      
Interpreter      
Interrupt      
interrupt handler      
Intranet      
intToFloat      
invalid access to storage      
invalid_argument      
invalid_argument class      
invalid_argument exception      
Invoice class      
Invoice class exercise      
invoke a method      
invoking a non-const member function on a const object      
ios::app      
ios::app file open mode      
ios::ate      
ios::ate file open mode      
ios::beg seek direction      
ios::binary      2nd 3rd
ios::binary file open mode      2nd 3rd
ios::cur seek direction      
ios::end seek direction      
ios::in      2nd
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
blank
Реклама
blank
blank
HR
@Mail.ru
       © Электронная библиотека попечительского совета мехмата МГУ, 2004-2024
Электронная библиотека мехмата МГУ | Valid HTML 4.01! | Valid CSS! О проекте