Главная    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
Предметный указатель
ios::in file open mode      2nd 3rd
ios::out      
ios::out file open mode      2nd
ios::trunc      
ios::trunc file open mode      
ios_base base class      
ios_base class      
IP (Internet Protocol)      
is-a relationship (inheritance)      2nd 3rd 4th 5th
isalnum function      2nd
isalpha function      2nd
iscntrl function      2nd
isdigit function      2nd 3rd
isgraph function      2nd
islower function      2nd 3rd
ISO      
ISP (Internet service provider)      
isprint function      2nd
ispunct function      2nd
isspace function      2nd
istream      2nd 3rd 4th 5th 6th 7th
istream class      
istream_iterator      
istringstream      2nd
isupper function      2nd
ISV      
isxdigit function      2nd
iterating      
Iteration      2nd 3rd
Iterative factorial solution      
iterative model      
Iterative solution      2nd
Iterator      
iterator typedef      
iterator-category hierarchy      
iterators      
iter_swap      2nd
iter_swap STL algorithm      2nd 3rd
Jacobson, Ivar      
Jacopini, G.      2nd
Japanese      
Java      2nd
Job      
Joint Photographic Experts Group (JPEG)      
justified field      
Key      
key combination      2nd
key/value pair      2nd 3rd
Keyboard      2nd 3rd 4th 5th 6th 7th 8th 9th 10th 11th
Keyboard input      
Keypad class (ATM case study)      2nd 3rd 4th 5th 6th 7th 8th
Keyword      
keywords      
KIS ("keep it simple")
Knight's Tour      
Koenig, Andrew      
L floating-point suffix      
L integer suffix      
Label      
label element (XHTML)      
label specified in a goto statement      
labels in a switch structure      
Lady Ada Lovelace      
Language      
large object      
largest element of a collection      
last-in, first-out (LIFO)      
late binding      
leading 0      
leading 0x and leading 0X      
leaf node      2nd
Lee, Meng      
Left      2nd 3rd
left brace ({)      2nd
Left child      
left justification      2nd 3rd 4th
Left justification and right justification with stream manipulators left and right      
left node      
left side of an assignment      2nd 3rd 4th
left stream manipulator      2nd 3rd
Left subtree      2nd 3rd 4th 5th
left to right      2nd 3rd
left value      
left-shift assignment operator (<<)      
left-shift operator (<<)      2nd 3rd 4th 5th 6th
left-to-right associativity      2nd
left-to-right evaluation      2nd
left-to-right pass of an expression      
legacy C code      
legacy code      2nd 3rd 4th
length member function      
length member function of class string      2nd
Length of a string      2nd
length of a substring      
length_error      
length_error exception      2nd 3rd
less      2nd
less function object      
less than operator      
less-than operator (      2nd
less-than-or-equal-to operator (      
less<double>
less<int>
less<T>      
less_equal      
less_equal function object      
letter      
level of indentation      
level-order traversal      2nd
level-order traversal of a binary tree      2nd
lexicographical comparison      
lexicographical permutator      
lexicographical_compare      2nd
lexicographical_compare STL algorithm      2nd
li element (XHTML)      
licensing classes      
lifeline      
lifeline of an object in a UML sequence diagram      
LIFO (last-in, first-out) order      2nd 3rd 4th 5th 6th
limerick      
Line      
Line break      
Line number      2nd 3rd 4th
line of communication with a file      2nd
line of text      
linear data structure      2nd
linear runtime      
Linear search      
linear search algorithm      2nd
Linear search of an array      
Link      2nd 3rd 4th 5th
link to a class's object code      
Linkage      2nd
linkage specifications      2nd
Linked list      2nd 3rd 4th 5th 6th 7th
linked list class template      
Linker      2nd
linker error      
Linking      2nd
Linking to an e-mail address      
Linking to other Web pages      
links.html      
links2.html      
Linux      2nd
LIST      
List class template      2nd 3rd 4th
List class-template definition      
list command      
list debugger command      
LISt Processing      
list searching performance      
list sequence container      
List<STACKTYPE>
ListNode class-template definition      
Literal      
live-code approach      
Load      
Loading      
Local area network (LAN)      
local automatic object      
Local variable      
local Web server      
localhost      2nd
Locals Window      
localtime function      2nd
Location      
Location header      
location in memory      
LOG      
LOG function      
LOG10      
Log10 function      
log2 n levels in a binary search tree with n elements      
Logarithm      
logarithmic runtime      
logic error      
logical AND      
logical AND (&&) operator      2nd 3rd
logical decision      
logical negation      2nd
logical NOT (!) operator      2nd 3rd 4th
logical operators      
logical OR (||) operator      2nd 3rd 4th 5th
logical unit      
logical_and function object      
logical_end      
logical_not      
logical_not function object      
logical_or      
logical_or function object      
logic_error      
logic_error exception      
Logo language      
Logout program for the shopping cart example      
Long      
long data type      2nd 3rd
long double      
long double data type      2nd
long int      2nd
long int data type      2nd 3rd
Loop      2nd 3rd 4th 5th
loop counter      
loop iterations      
loop nested within a loop      
loop-continuation condition      2nd 3rd 4th 5th 6th 7th 8th
loop-continuation condition fails      
Loopback address      
looping statement      2nd
Lord Byron      
loss of data      
Lovelace, Ada      
low-level I/O capabilities      
lowercase letter      2nd 3rd 4th 5th 6th 7th
lower_bound      
lower_bound function of associative container      
lower_bound STL algorithm      
lower_bound, upper_bound and equal_range      
lvalue      
lvalue ("left value")      2nd 3rd 4th 5th 6th 7th 8th 9th 10th 11th
lvalues as rvalues      
m-by-n array      
Mac OS X      
machine dependent      2nd 3rd
Machine language      2nd 3rd
machine-language code      2nd
machine-language programming      
Macintosh      
Macro      2nd 3rd 4th 5th
macros defined in header <cstdarg>
magic numbers      
magnetic disk      
Magnitude      
magnitude right justified      
mail order house      
mailto: URL      
Main      2nd 3rd
Mainframe      
maintenance of software      
make utility      
makefile      
make_heap      
make_heap STL algorithm      
malloc      
manages dynamically allocated memory      
mandatory      
mandatory function prototypes      
mangled function name      
Manipulating a linked list      
manipulating individual characters      
Manipulation      
Manipulator      2nd
many-to-one relationship      
map class template      
mapped values      
margin indicator bar      
markup      
markup language      2nd 3rd
maroon breakpoint circle, solid      
maroon circle, solid      
Mask      
matching catch block      
math library functions      2nd 3rd 4th
mathematical algorithms      
Mathematical algorithms of the Standard Library      
mathematical calculation      
mathematical classes      
mathematical computations      
MAX      
max STL algorithm      
maxheap      
Maximum      
Maximum function      
maximum length of a string      
maximum size of a string      
maxlength attribute of element input      
max_element      2nd
max_element STL algorithm      2nd
max_size function      
max_size member function of a string      
max_size member function of containers      
Mean      
Meaningful names      
Member      
member accessibility in derived class      
member function      2nd
member function automatically inlined      
member function call      2nd
member function calls for const objects      
member function calls often concise      
member function defined in a class definition      
Member function definition of class Integer      
member function definitions      
member function ignore      
member function implementations in a separate source-code file      
member function redefined in a derived class      
member functions that take no arguments      
member initializer      2nd 3rd 4th 5th 6th
member initializer for a const data member      
member initializer list      2nd 3rd 4th 5th
Member initializer used to initialize a constant of a built-in data type      
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! О проекте