Главная    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
Предметный указатель
recursive binary search      
recursive binary tree delete      
recursive binary tree insert      
recursive binary tree printing      
recursive call      2nd
recursive Eight Queens      2nd
recursive factorial function      
recursive Fibonacci function      
Recursive function      2nd
recursive function call      
recursive greatest common divisor      
recursive inorder traversal of a binary tree      
recursive linear search      
recursive maze traversal      
recursive mergesort      
recursive postorder traversal of a binary tree      
recursive preorder traversal of a binary tree      
recursive quicksort      2nd
recursive selection sort      2nd
recursive solution      
recursive step      
recursive sum of two integers      
recursive Towers of Hanoi      
recursive utility function      
recursively calculate minimum value in an array      
recursively check if a string is a palindrome      
recursively determine whether a string is a palindrome      
recursively print a linked list backward      
recursively print a list backwards      
recursively print a string backward      2nd
recursively print an array      2nd
recursively raising an integer to an integer power      
recursively search a linked list      
recursively search a list      
redirect input symbol      
redirect input/output on UNIX, LINUX, Mac OS X and Windows systems      
redirect inputs to come from a file      
redirect output of one program to input of another program      
redirect output symbol >      
redirect outputs to a file      
redirecting input on a DOS system      
redundant parentheses      2nd
Reentrant code      
Reference      2nd 3rd
reference argument      
Reference parameter      2nd
reference to a constant      2nd
reference to a private data member      
reference to an automatic variable      
reference to an int      
reference to an object      
references must be initialized      
referencing array elements      
Referencing array elements with the array name and with pointers      
refinement process      
Refresh header      
register      
register a function for atexit      
register declaration      
register storage-class specifier      
reinterpret_cast operator      2nd 3rd
reinventing the wheel      
Relational database management system (RDBMS)      
Relational operator      2nd
relational operators >, <, >=, and <=      2nd
relationships of I/O classes      2nd
release dynamically allocated memory      
reliable software      
rem statement in Simple      2nd 3rd
remainder after integer division      
remote Web server      
Remove      
remove member function of list      
remove STL algorithm      2nd
remove_copy      
remove_copy STL algorithm      2nd
remove_copy_if      2nd
remove_copy_if STL algorithm      2nd 3rd
remove_if      2nd
remove_if STL algorithm      2nd 3rd
rend function      
rend member function of class string      
rend member function of containers      
rend member function of vector      
repeatability of function rand      
Repetition      
repetition statement      
repetition terminates      2nd
REPLACE      
replace == operator with =      
replace member function of class string      2nd
replace STL algorithm      2nd 3rd
replace, replace_if, replace_copy and replace_copy_if      
replacement node      
replacement text      2nd
replace_copy      2nd
replace_copy STL algorithm      2nd 3rd
replace_copy_if      2nd
replace_copy_if STL algorithm      2nd 3rd
replace_if      2nd
replace_if STL algorithm      2nd 3rd
REQUEST METHOD      
requesting a service from an object      
Requirements      2nd 3rd
requirements document      2nd 3rd 4th
requirements gathering      
Reset      
reset attribute value (type)      
reset of bitset      
resize member function of class string      
resource leak      2nd
resources on the Web      2nd 3rd 4th
restore a stream's state to "good"
resumption model of exception handling      
rethrow an exception      
Rethrowing an exception      
Retrieving environment variables via function getenv      
RETURN      
return a result      
RETURN key      
return message in the UML      
Return statement      2nd 3rd 4th 5th
return type      
returning 0 on failure      2nd
returning a reference from a function      
Returning a reference to a private data member      
Returning Error Indicators from Class Time's set Functions      
Returning Error Indicators from Class Time's set Functions exercise      
reusability      2nd 3rd
reusable componentry      2nd
reusable software component      
Reuse      2nd 3rd
reusing components      
reverse      2nd
Reverse Digits      
Reverse Digits exercise      
reverse order of bits in unsigned integer      
reverse STL algorithm      2nd 3rd
reverse_copy      2nd
reverse_copy STL algorithm      2nd 3rd
reverse_iterator      2nd 3rd 4th 5th
rfind member function of class string      
Richards, Martin      
Right      2nd
right brace (})      2nd 3rd
Right child      
right justification      2nd 3rd 4th
right operand      
right shift operator (>>)      2nd
right stream manipulator      2nd 3rd
Right subtree      2nd 3rd 4th 5th
right triangle      2nd
right value (rvalue)      
right-shift operator (>>)      2nd 3rd 4th 5th
right-shifting a signed value is machine dependent      
right-to-left associativity      2nd
rightmost (trailing) arguments      
rightmost node of a subtree      
rise-and-shine algorithm      
Ritchie, D.      
robust application      2nd
Rogue Wave      
role in the UML      
role name in the UML      
Rolling a die      
Rolling a six-sided die 6000 times      
rolling two dice      2nd
root node      2nd
root node of the left subtree      
root node of the right subtree      
Rotate      2nd
rotate STL algorithm      2nd
rotate_copy      2nd
rotate_copy STL algorithm      2nd
round a floating-point number for display purposes      
rounded rectangle (for representing a state in a UML state diagram)      
rounded rectangle (for representing a state) in the UML      
Rounding      2nd
row subscript      
Rows      
rows attribute of element textarea      
rowspan attribute of element th      
RTTI (run-time type information)      2nd
rule of thumb      
rules for forming structured programs      
rules of operator precedence      
Rumbaugh, James      
Run command      
run debugger command      
running total      
Runtime error      
Runtime Type Information (RTTI)      2nd 3rd
runtime_error      2nd 3rd 4th
runtime_error class      
runtime_error exception      2nd 3rd 4th
rvalue ("right value")      2nd 3rd 4th
SalariedEmployee class header file      
SalariedEmployee class implementation file      
SalesPerson class definition      
SalesPerson class member-function definitions      
savings account      
SavingsAccount class      
scalable      
scalar      2nd
Scalar quantity      
SCALE      
Scaling      
Scaling factor      2nd
scanning images      
Scientific      
Scientific notation      2nd 3rd
scientific notation floating-point value      2nd
scientific stream manipulator      2nd
Scope      
scope of a symbolic constant or macro      
scope of an identifier      2nd
scope resolution operator (::)      2nd 3rd 4th 5th 6th 7th
Scoping example      
Screen      2nd 3rd 4th
Screen class (ATM case study)      2nd 3rd 4th 5th 6th 7th 8th 9th
screen cursor      
screen output      
screen-manager program      
Script      
scrutinize data      
Search      
search a linked list      2nd
Search Algorithms      
Search engine      
search functions of the string-handling library      
search key      2nd 3rd
search STL algorithm      2nd
Searching      2nd 3rd
searching arrays      
searching blocks of memory      
searching data      
searching performance      
searching strings      2nd
search_n      2nd
search_n STL algorithm      2nd
second data member of pair      
second pass of Simple compiler      
Second refinement      
second-degree polynomial      2nd
secondary storage device      2nd
secondary storage unit      
Security      2nd 3rd
Security hole      
security issues involving the Common Gateway Interface      
Seed      
seed function rand      
seek direction      
seek get      
seek put      
seekg function      
seekg function of istream      2nd
seekp function      
seekp function of ostream      2nd
segmentation violation      
select a substring      
select element (XHTML)      
select XHTML element (form)      
selected attribute of element option      
Selection      2nd
Selection sort      2nd
selection sort algorithm      2nd 3rd
Selection sort with call-by-reference      
selection statement      
self assignment      2nd 3rd
self-documenting      
self-referential class      2nd
self-referential structure      
semicolon (;)      2nd 3rd 4th 5th
semicolon at end      
semicolon that terminates a structure definition      
sentinel controlled      2nd
sentinel value      2nd 3rd 4th
sentinel-controlled loop      
sentinel-controlled repetition      2nd 3rd
separate interface from implementation      
separated from containers      
SEQUENCE      2nd 3rd 4th 5th 6th 7th
sequence container      
sequence diagram in the UML      2nd
sequence of integers      
sequence of messages in the UML      
sequence of random numbers      
sequence statement      
sequence type      
sequence-statement activity diagram      
sequential container      
sequential execution      
Sequential file      2nd 3rd 4th 5th 6th 7th
server      
server-side file      2nd 3rd
server-side form handler      
Services      
services of a class      
set a value      
set and get functions      
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! О проекте