Главная    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
Предметный указатель
STL (Standard Template Library)      
STL algorithms      
STL container functions      
STL exception types      
STL in generic programming      2nd
STL References      2nd
STL software      
STL tutorials      2nd
storage alignment      
storage class      2nd 3rd
storage class specifiers      
Storage unit      
storage unit boundary      
storage-class specifier      
str member function      
str member function of class ostring-stream      
straight-line form      2nd
straight-time      
strcat and strncat      
strcat function of header file <cstring>      2nd 3rd
strchr      
strchr function of header file <cstring>
strcmp and strncmp      
strcmp function of header file <cstring>      2nd 3rd
strcpy and strncpy      
strcpy function of header file <cstring>      2nd
strcspn      
strcspn function of header file <cstring>      2nd 3rd
stream base      
stream classes      
stream extraction operator >> ("get from")      2nd 3rd 4th 5th 6th 7th 8th 9th 10th 11th
stream I/O class hierarchy      2nd
stream input      2nd
stream input/output      
stream insertion and stream extraction operators      2nd 3rd 4th 5th 6th 7th
stream insertion operator      
stream insertion operator << ("put to")      2nd 3rd 4th 5th 6th 7th 8th 9th 10th 11th
stream manipulator      2nd 3rd 4th 5th 6th 7th
Stream manipulator showbase      
Stream manipulators boolalpha and noboolalpha      
Stream manipulators hex, oct, dec and setbase      
stream of bytes      
stream of characters      
stream operation failed      
stream output      
String      2nd
string array      
string assignment      2nd
string being tokenized      
String class      
String class definition with operator overloading      
String class member-function and friend-function definitions      
String class test program      
string comparison      2nd
String concatenation      
string concatenation operator      
string constant      
string conversion function      
string copying      
String copying using array notation and pointer notation      
String data type      
string find member function
string input and output
string is a constant pointer
string length
string literal      2nd 3rd 4th 5th 6th
String Manipulation      2nd
String object
string of characters
string processing
string search function
string search function strstr
string stream processing      
string type      
String-conversion function atof      
String-conversion function atoi      
String-conversion function atol
String-conversion function strtod
String-conversion function strtol      
String-conversion function strtoul      
String-search function strchr      
String-search function strcspn
String-search function strpbrk
String-search function strrchr
String-search function strspn      
String-search function strstr
string::npos (end of string)      
strings      2nd 3rd 4th
strings as full-fledged objects      
strlen      
strlen function      2nd
strncat function      2nd
strncmp function      2nd
strncpy function      2nd
strong element (XHTML)
Stroustrup, Bjarne      2nd 3rd 4th 5th 6th
strpbrk      
strpbrk function      2nd
strrchr      
strrchr function      2nd
strspn
strspn function      2nd
strstr function      2nd
strtod      
strtod function      2nd 3rd
strtok
strtok function      2nd
strtol
strtol function      2nd 3rd 4th
strtoul
strtoul function      2nd
struct      2nd 3rd
Structure      2nd 3rd 4th 5th
structure of a system      2nd
Structured programming      2nd 3rd 4th 5th 6th 7th 8th 9th
structured systems analysis and design      
student-poll-analysis program      
style sheet      
sub element (XHTML)      
subclass      
submit attribute value (type)      
Subobject
subproblem
Subscript      
subscript (XHTML)      
subscript 0 (zero)
subscript operator      2nd 3rd 4th
subscript operator ([])
subscript operator of map      
subscript operator []
subscript operator [] used with strings      
subscript out of range
subscript range checking
subscript through a vector
subscripted name of an array element      
subscripted name used as an rvalue      
Subscripting      2nd
subscripting with a pointer and an offset      
substr member function      2nd
substr member function of string      2nd 3rd 4th
Substring      
substring length
substring of a string      
subtract an integer from a pointer      
subtract one pointer from another
Subtraction      2nd 3rd
suit values of cards
sum of the elements of an array
Summary
summary attribute of element table
summing integers with the for statement
sup element (XHTML)
superclass      
Supercomputer
supermarket checkout line
supermarket simulation
superscript (XHTML)
survey      2nd
suspending program execution
Swap
swap function
swap member function of class string
swap member function of containers
swap member function of list      
swap STL algorithm      2nd
swap, iter_swap and swap_ranges      
swapping strings      
swapping values      2nd
swapping values (in sorting algorithms)      2nd
swap_ranges      2nd
swap_ranges STL algorithm      2nd 3rd
switch      2nd 3rd
switch logic      2nd 3rd
switch multiple-selection statement      2nd 3rd
switch multiple-selection statement activity diagram with break statements
switch statement
switch structure
Symbol
Symbol table      2nd 3rd
Symbolic constant      2nd 3rd 4th 5th
symbolic constant NDEBUG
symbolic constant PI
Symmetric key encryption      
synchronize operation of an istream and an ostream      
synchronous call      
synchronous error      
Synonym      2nd
Syntax
Syntax checking
Syntax error      
system      
System behavior      
System Properties window
system requirements
system structure      
tab      
tab escape sequence \t      2nd
TAB key      
tab stop      
table      
table body (XHTML table)      
table body (XHTML)
table data (XHTML table)
table element (XHTML)      
table foot (XHTML table)      
table foot (XHTML)      
table head (XHTML)      
table of keywords
table of values      
table row (XHTML table)      
tabular format      
Tag      
tail of a list      
tail of a queue      2nd
tail pointer
Tails      
tan      
Tan function      
Tangent
Task
tbody element (XHTML)      
td element (XHTML)
Telephone      
Telephone number word generator
tellg function
tellg function of istream      
tellp function      
tellp function of ostream      
template
template definition
template function      2nd
TEMPLATE keyword      2nd
Template parameter      2nd
template parameter list      
templates and friends
templates and inheritance
Temporary Internet Files directory      
temporary location      2nd
temporary object
temporary String object      
temporary value      2nd
Terminal
terminate a loop      
Terminate a program      2nd
terminate a repetition structure      
terminate function      2nd
terminate normally
terminate successfully      
terminating a single iteration of a for statement      
terminating execution      
terminating null character      2nd 3rd 4th 5th 6th 7th
terminating null character, '0', of a string      
terminating right brace (}) of a block      
termination condition      2nd
termination housekeeping      
termination model of exception handling      
termination order from the operating system      
termination phase      
termination request sent to the program      
Termination test      
ternary      
ternary conditional operator (?:)      2nd 3rd
test      
test characters      
test program      
test state bits after an I/O operation      
Testing error states      
text analysis      
text attribute value (type)      
Text Box      
Text editor      2nd 3rd
text file      
text substitution      
text-based browser      2nd
Text-printing program      
text/html
text/html MIME type
text/plain
text/plain MIME type      
textarea (XHTML)      
textarea element      
textarea element (XHTML)
textarea XHTML element      
tfoot element (XHTML)      
th (table header column) element      
that calls itself
thead (table head) tag
thead element (XHTML)      
third refinement
This pointer      2nd 3rd 4th 5th 6th
this pointer used explicitly      
this pointer used implicitly and explicitly to access members of an object
Thompson, Ken      
Throughput      
throw
throw a conditional expression      
throw an exception      
throw an int      
throw exceptions derived from standard exceptions      
throw exceptions not derived from standard exceptions      
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
blank
Реклама
blank
blank
HR
@Mail.ru
       © Электронная библиотека попечительского совета мехмата МГУ, 2004-2026
Электронная библиотека мехмата МГУ | Valid HTML 4.01! | Valid CSS! О проекте