Главная    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
Предметный указатель
file scope      2nd 3rd 4th 5th
File server      
file system directory      
file-position pointer      2nd 3rd
file-processing classes
Filename      2nd
Filename extension      
fill      
fill character      2nd 3rd 4th 5th
fill member function of ostream      2nd
fill STL algorithm      2nd
fill, fill_n, generate and generate_n
fill_n      
fill_n STL algorithm      2nd
Final state      2nd
final state in the UML      
final value of a control variable      2nd
find      2nd
find function of associative container      
find member function of class string      2nd
find STL algorithm      2nd 3rd
finding strings and characters in a string      
find_each      
find_each STL algorithm      
find_end      
find_end STL algorithm      
find_first_not_of member function of class string      
find_first_of
find_first_of member function of class string      2nd
find_first_of STL algorithm
find_if      2nd
find_if STL algorithm      2nd 3rd
find_last_of member function of class string      
finish command      
finish debugger command
First CGI script
first data member of pair      
first pass of Simple compiler      2nd 3rd 4th
first refinement      2nd 3rd
first-class container      2nd 3rd 4th 5th 6th
first-in, first-out (FIFO)      2nd 3rd 4th 5th
fixed      2nd
fixed notation      2nd 3rd
fixed stream manipulator      2nd 3rd
fixed word size      
fixed-point format      
fixed-point value      
Flag      
flag value      
flags member function of ios_base
flight simulator      
Flip      
flip of bitset      
float      2nd
float data type      2nd
Floating point      2nd 3rd
floating-point      
Floating-point arithmetic
floating-point constant
floating-point constant not suffixed      
floating-point division      
floating-point exception      
floating-point literal      
Floating-point number      2nd
floating-point number in scientific format      
floating-point size limits      
Floating-point values displayed in default, scientific and fixed format
FLOOR
Floor function
flow of control      2nd
flow of control in the if...else statement
flow of control of a virtual function call      
flush a stream
flush buffer
flush output buffer
flushing stream
fmod
fmod function      
fmtflags data type
for      2nd 3rd 4th 5th
for a macro or symbolic constant      2nd
for a variable name
for an array
for header file names      
for map
for repetition statement      2nd 3rd 4th 5th
for repetition statement examples      
for statement
for the ATM system model      2nd
for the name of an object
force a decimal point      
forcing a plus sign
FORM
form (XHTML)      2nd
form element
form feed ('\f')      2nd
form handler
Form including radio buttons and drop-down lists
form XHTML element (<form>...</form>)
Formal parameter
formal type parameter
format error
format of a floating-point number
format of floating-point numbers in scientific format      
format state      2nd
format-state stream manipulators
formatted data file processing
formatted I/O
formatted input/output
formatted text
Formatting
formulating algorithms      2nd
Fortran (FORmula TRANslator)
Fortran (FORmula TRANslator) progamming language
forward class declaration      
forward declaration
forward iterator      2nd 3rd 4th 5th 6th 7th
forward iterator operations
forward pointer
forward reference
forward slash (/)
for_each      2nd
for_each STL algorithm      2nd
FQDN (fully qualified domain name)
fractional parts
Fractions
fragile software
free
free memory
free store
friend      2nd 3rd
friend function      2nd 3rd 4th
friend functions to enhance performance
friend of a derived class      
friend of class template
friends are not member functions      
Friends can access private members of class      
friendship granted, not taken
friendship not symmetric
friendship not transitive      
from the Standard Library
front function      
front member function of queue
front member function of sequence containers      2nd
front of a queue
front_inserter function template
fstream      2nd 3rd 4th 5th
Full computer name: field      
fully qualified domain name (FQDN)
Function      2nd 3rd 4th 5th
function body
function call      2nd 3rd
function call operator ()      2nd
function clear      
function definitions      
function eof      2nd
function get      2nd
function getline      
function object      2nd 3rd
function objects      
function overhead      
function pointer      2nd 3rd 4th
function prototype      
function template      2nd 3rd 4th
function tie      
functional structure of a program
functions for manipulating data in the standard library containers
Functions that take no arguments      
fundamental type      
gallery.yahoo.com      
game of "guess the number"
game of chance
Game of Craps      2nd
game playing      2nd
GCD
gcount function of istream
gdb command      
general class average problem
general utilities library <cstdlib>      2nd 3rd 4th
generalities      
generalization in the UML      
Generate      
generate STL algorithm      2nd
generate_n
generate_n STL algorithm      2nd
generating mazes of any size
generating mazes randomly      
Generating values to be placed into elements of an array      
generator function      
generic algorithms      
generic class      
generic programming      2nd 3rd 4th 5th 6th
get a value      
get and set functions      
get function      
GET HTTP method      
get HTTP request type      
get member function of istream
get pointer      
get request type      
get, put and eof member functions      
getenv function      2nd 3rd 4th
getline function of cin      2nd
getline function of the string header file      2nd
getline member function of class string      
gets the value of      
global      
global function      2nd
global function to overload an operator      
global identifier      
Global namespace      
global object constructors
global scope      2nd
Global variable      2nd 3rd 4th 5th 6th 7th
global variable name      
global, friend function      
global, non-friend function
Golden mean      
Golden ratio      
good function of ios_base      
Good Programming Practices      2nd
goodbit of stream      
gosub      
goto elimination      
GOTO statement      2nd 3rd
goto-less programming      
grade-point average      
GradeBook class definition containing function prototypes that specify the interface of the class      
GradeBook class demonstration after separating its interface from its implementation      
Graph      
graph information      
graphical representation of a binary tree      
Graphics Interchange Format (GIF)      
graphics package      
greater      
greater function object      
greater-than operator      
greater-than-or-equal-to operator      
greater_equal      
greater_equal function object      
greatest common divisor (GCD)      2nd
gross pay
group of related fields      
guard condition      2nd 3rd
guard condition in the UML      2nd 3rd 4th 5th 6th 7th 8th
Guess the Number Game
Guess the Number Game exercise      
guillemets (« and »)      
guillemets (« and ») in the UML      
h1
h1 header element
h2      2nd
h2 header element      2nd
H3      2nd
h3 header element      2nd
H4
h4 header element
h5
h5 header element      
h6
h6 header element      
half word      2nd
handle on an object      
Handler      
hangman      
hard disk      2nd
hardcopy printer
Hardware      2nd 3rd
hardware platform
has-a relationship (composition)      2nd 3rd
head      
head element (XHTML)      
head HTTP request type
head of a queue      2nd
head section      
Header      2nd
header (XHTML)      
header cell (XHTML table)      
header element      
Header elements      
header elements (XHTML)      
header file      
header file <csignal>
header file <stdexcept>
header file location      
header files      
Heap      2nd 3rd 4th
Heapsort      2nd
heapsort sorting algorithm
height attribute of element img      
help command      
help debugger command      
help-site.com      
helper function      
Heuristic      
Hewlett-Packard      
HEX      
hex stream manipulator      2nd 3rd
Hexadecimal      2nd
hidden attribute value (type)      
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! О проекте