Главная    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
Предметный указатель
pointer-based strings      
pointer-to-member operator      
pointer/offset notation      
pointer/subscript notation      
pointers and array subscripting      2nd
pointers and arrays      
pointers declared const      
pointers to dynamically allocated storage      2nd
pointing to first element past the end of container      
pointing to the first element of the container      
poker playing program      
Poll analysis program      
Polymorphic banking program exercise using Account hierarchy      
Polymorphic banking program using Account hierarchy      
polymorphic exception processing      
polymorphic programming      2nd 3rd
polymorphic screen manager      
Polymorphic screen manager exercise using Shape hierarchy      
Polymorphic Screen Manager Using Shape Hierarchy      
polymorphically invoking functions in a derived class      
Polymorphism      2nd 3rd 4th 5th 6th 7th 8th
Polynomial      
Polynomial class      
pop      
pop function      
pop function of container adapters      
pop member function of priority_queue      
pop member function of queue      
pop member function of stack      
pop off a stack      
pop_back      
pop_back member function of list      
pop_front      
pop_heap      
pop_heap STL algorithm      
Portability      
Portability Tip      2nd
Portable      
portable code      
portable language      
portal.cgi      
portal.cpp      
position number      
positional notation      
positional value      2nd
positional values in the decimal number system      
post HTTP request type      2nd
post request type      
post.cpp      
postdecrement      2nd
postfix decrement      
postfix decrement operator      
postfix evaluation algorithm      2nd
postfix evaluator      2nd
Postfix expression      2nd
postfix expression evaluation algorithm      
postfix increment      2nd
postfix increment operator      2nd 3rd
Postfix notation      
postincrement      2nd
postincrement an iterator      
Postorder traversal      2nd 3rd
postOrderTraversal      
pow      
Pow function      2nd 3rd 4th
Power      
Precedence      2nd 3rd 4th 5th 6th 7th
PRECISION      2nd 3rd
precision function      
precision function of ios_base      
precision of a floating-point value      
precision of floating-point numbers      
Precision of floating-point values      
precision setting      
precompiled object file      
predecrement      2nd
predefined function objects      
predefined in the STL      
predefined namespace      
predefined symbolic constants      
predicate function      2nd 3rd 4th 5th 6th 7th 8th 9th 10th 11th 12th 13th
prefix and postfix decrement operators      
prefix and postfix increment operators      
prefix decrement      
prefix decrement operator      
prefix increment      2nd 3rd
prefix increment operator      2nd
preincrement      2nd
Preincrementing and postincrementing      
preorder traversal      
prepackaged data structures      
preprocess      
Preprocessor      2nd
preprocessor directives      2nd 3rd
preprocessor wrapper      
presentation of a document      
prevent      
prevent class objects from being copied      
prevent memory leak      
prevent one class object from being assigned to another      
preventing header files from being included more than once      
primary memory      2nd
Prime      
Prime factorization      
Prime numbers      
primitive type      
Principal      2nd
Principle of Least Privilege      2nd 3rd 4th 5th 6th 7th 8th 9th 10th 11th 12th 13th 14th
print a line of text      
print a linked list backwards      
print a list backwards      
Print command      2nd
print debugger command      
print spooling      
printArray function template      
Printer      2nd
printing a binary tree in a two-dimensional tree format      
Printing a line of text with multiple statements      
Printing a string one character at a time using a nonconstant pointer to constant data      
printing a tree      
Printing an integer with internal spacing and plus sign      
Printing an unsigned integer in bits      
printing character other than a space, digit or letter      
printing character other than space      
printing character, including space      
printing dates      
Printing multiple lines of text with a single statement      
printing program      
Printing string characteristics      
Printing the address stored in a char * variable      
Printing the value of a union in both member data types      
priority_queue      
priority_queue adapter class      
PRIVATE      
private base-class data cannot be accessed from derived class      
private libraries      
private member      
private static data member      
private: label      
probability      
procedural programming language      
Procedure      
processing phase      
processing unit      
product of odd integers      
PROGRAM      
program control      
program development environment      
program development tool      2nd
program execution stack      
program in the general      2nd
program in the specific      
program termination      2nd 3rd
Program that outputs a login page      
Programmer      
Programmer's Guide      2nd
programmer-defined function      
programming environment      
Programming language      
Projects      
Promotion      
promotion hierarchy for built-in data types      
promotion rules      
Prompt      2nd 3rd
prompting message      
proprietary classes      
protected      
protected access specifier      
protected base class      
protected base-class data can be accessed from derived class      
protected inheritance      2nd 3rd
protection mechanism      
Protocol      
Prototype      2nd 3rd 4th 5th 6th 7th 8th 9th 10th 11th
provided by the compiler      
provided by the programmer      
Proxy class      2nd 3rd
Pseudocode      2nd 3rd 4th 5th 6th 7th
Pseudorandom numbers      
PUBLIC      2nd
public operation      
Public services      
public static class member      
public static member function      
public: label      
punctuation mark      
pure procedure      
pure specifier      
pure virtual function      2nd
purpose of the program      
push      
push function      
push function of container adapters      
push member function of priority_queue      
push member function of queue      
push member function of stack      
push memory location on the stack      
push onto a stack      
push_back function      
push_back member function of vector      
push_front      
push_front function      
push_front member function of deque      
push_front member function of list      
push_heap      
put      
put file-position pointer      2nd
put HTTP request type      
put member function      2nd
put pointer      
putback function of istream      
Pythagorean triples      
Quadralay Corporation's Web site      
quadratic runtime      
qualified name      
Qualifier      
qualityPoints      
Query string      2nd
querystring.cpp      
QUERY_STRING      
QUERY_STRING environment variable      2nd
QUEUE      
queue adapter class      2nd
queue adapter class templates      
Queue class      
Queue class-template definition      
queue grows infinitely      
queue in a computer network      
queue object      
Queue-processing program      
Quick Info box      
Quicksort      
Quicksort algorithm      2nd
quit command      
quit debugger command      
Quotation marks      
RADIANS      
radio attribute value (XHTML)      2nd
radio button (XHTML)      
radius of a circle      
raise function      
raise to a power      2nd
rand function      2nd
random integers in range 1 to 6      
random intervals      
Random number      
Random-access file      2nd 3rd 4th 5th 6th 7th
random-access iterator      2nd 3rd 4th 5th 6th 7th 8th 9th 10th 11th 12th 13th 14th 15th
random-access iterator operators      
Randomizing      
Randomizing the die-rolling program      
random_shuffle      2nd
random_shuffle STL algorithm      2nd 3rd
RAND_MAX symbolic constant      
RANGE      2nd
range checking      2nd 3rd
Rapid application development (RAD)      
Rational class      
Rational Class exercise      
Rational Software Corporation      2nd
Rational Unified Process™      
RationalNumber      
RationalNumber Class      
RationalNumber Class exercise      
raw array      
Raw data      
raw data processing      
rbegin function      
rbegin member function of class string      
rbegin member function of containers      
rbegin member function of vector      
RDBMS (relational database management system)      
rdstate function of ios_base      
read a line of text      
read characters with getline      
read data sequentially from a file      
read function of istream      2nd 3rd 4th 5th
read-only variable      
readability      2nd 3rd
readcookie.cpp      
Reading a random-access file sequentially      
Reading and printing a sequential file      
Reading cookies from the client's computer      
Reading input from QUERY_STRING      
Real number      
realloc      
reassign a reference      
receives no parameters and returns no value      
Recommendation      
Record      2nd 3rd 4th
Record format      
record key      2nd
recover from errors      
rectangle      
Rectangle class      
Rectangle Class exercise      
Recursion      2nd 3rd 4th
recursion examples and exercises      
recursion exercises      
recursion step      2nd 3rd
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! О проекте