Главная    Ex Libris    Книги    Журналы    Статьи    Серии    Каталог    Wanted    Загрузка    ХудЛит    Справка    Поиск по индексам    Поиск    Форум   
blank
Авторизация

       
blank
Поиск по указателям

blank
blank
blank
Красота
blank
Lippman S.B., Lajoie J., Moo B.E. — C++ Primer
Lippman S.B., Lajoie J., Moo B.E. — C++ Primer



Обсудите книгу на научном форуме



Нашли опечатку?
Выделите ее мышкой и нажмите Ctrl+Enter


Название: C++ Primer

Авторы: Lippman S.B., Lajoie J., Moo B.E.

Аннотация:

This popular tutorial introduction to standard C++ has been completely updated, reorganized, and rewritten to help programmers learn the language faster and use it in a more modern, effective way.Just as C++ has evolved since the last edition, so has the authors' approach to teaching it. They now introduce the C++ standard library from the beginning, giving readers the means to write useful programs without first having to master every language detail. Highlighting today's best practices, they show how to write programs that are safe, can be built quickly, and yet offer outstanding performance. Examples that take advantage of the library, and explain the features of C++, also show how to make the best use of the language. As in its previous editions, the book's authoritative discussion of fundamental C++ concepts and techniques makes it a valuable resource even for more experienced programmers.Program Faster and More Effectively with This Rewritten Classic Restructured for quicker learning, using the C++ standard library Updated to teach the most current programming styles and program design techniques Filled with new learning aids that emphasize important points, warn about common pitfalls, suggest good programming practices, and provide general usage tips Complete with exercises that reinforce skills learned Authoritative and comprehensive in its coverageThe source code for the book's extended examples is available on the Web at the address below.


Язык: en

Рубрика: Технология/

Статус предметного указателя: Готов указатель с номерами страниц

ed2k: ed2k stats

Год издания: 2005

Количество страниц: 912

Добавлена в каталог: 03.03.2007

Операции: Положить на полку | Скопировать ссылку для форума | Скопировать ID
blank
Предметный указатель
! (logical NOT)      
!= (inequality)      2nd
#define      
#ifdef      
#ifundef      
#include      
% (modulus)      
& (address-of)      2nd 3rd
& (bitwise AND)      2nd
&& (logical AND)
() (call operator)      2nd 3rd 4th
* (dereference)      2nd 3rd 4th
* (multiplication)      
+ (addition)      
+ (unary plus)      
++ (Increment)      2nd 3rd 4th
+= (compound assignment)      2nd 3rd
, (comma operator)      2nd
- (subtraction)      
- (unary minus)      
-- (decrement)      
-> (arrow operator)      
->* (pointer to member arrow)      
... (ellipsis parameter)      
.C file      
.cc file      
.cp file      
.cpp file      
.h file      
/ (division)      
/* */ (block comment)      2nd
// (single-line comment)      2nd
2nd      [See handle class]
2nd 3rd      [See base class]
:: (scope operator)      2nd 3rd 4th
; (semicolon)      
< (less-than)      2nd
<< (left-shift)      2nd
<< (output operator)      2nd
<= (less-than-or-equal)      2nd 3rd
= (assignment)      2nd 3rd
== (equality)      2nd
> (arrow operator)      
> (greater-than)      2nd
>= (greater-than-or-equal)      2nd
>> (input operator)      2nd
>> (right-shift)      2nd
?: (conditional operator)      2nd
abnormal termination, stream buffers      
abort      2nd
absInt      
abstract      2nd
abstract base      
abstract base class      2nd
abstract data      2nd
Abstract data type      2nd 3rd
abstraction, data      2nd
ACCESS      2nd 3rd 4th
Access control      
access label      2nd 3rd 4th
access labels      2nd
access to      
accessed through an instantiation      
account      
accumulate      2nd
action      
Adaptor      2nd
Addition      
addition (+)      
addition (+), Sales_item,      
addition to string      
addition to string literal      
Address      2nd
address-of (&)      2nd
add_to_freelist      
adjacent_difference      
adjacent_find      
Advantages      
after exception      
Algorithm      
algorithm and      2nd
algorithm header      
Algorithms      
algorithms constraints on      2nd
alias, namespace      2nd
ALLOCATE      
allocation explained      
Allocator      2nd 3rd
alternative operator name      
Ambiguities      
Ambiguous      
ambiguous conversion      
ambiguous names      
and array      
and assignment      
and assignment operator      
and break      
and C-style string      
and char*      
and class type      
and compound assignment      
and constant expression      
and conversion      
and copy constructor      
and dereference      
and destructor      
and dynamically allocated array      
and equality      
and equality operator      
and function argument type checking      
and function pointer      
and function templates      
and generic algorithms      
and header      2nd
and header design      
and header file      
and increment      
and inheritance      
and library names      
and main      
and member templates      
and multi-dimensioned array      
and operand conversion      
and overloaded function templates      
and pointer      
and pointer template argument      
and pointer to member      
and resize      
and string library type      2nd
and string literal      
and switch      
and template argument      
and template argument deduction      
and templates      
and terminate      
and typedef      
and virtual functions      
AndQuery      
anonymous      2nd
anonymous union      2nd
ANY      
app (file mode)      
APPEND      
append, string      
are case sensitive      
argc      
Argument      2nd 3rd 4th 5th
argument conversion      
argument deduction, template      
Argument list      
argument passing      
argument-dependent lookup      
arguments to      
argv      
Arithmetic      
Arithmetic operator      
arithmetic operators      
arithmetic type      2nd
Array      
array and buffer overflow      
Array index      
array of char      
array or function      
array parameter      
array to pointer      2nd
array type      
arrow (->)      
arrow (->*)      2nd
arrow operator (->)      
arrow operator (>)      
as a smart pointer      
as base class      
as constant expression      
as default argument      
as element type      
as friend      
as initializer of vector      
as nested class      
as nested type      
as parameter      
as return type from map::insert      
as return type from set::insert,      
as sequential container      
as target of if      
as virtual base      
as virtual function      
assert preprocessor macro      2nd
assgined or copied to base object      
ASSIGN      
ASSIGNMENT      
assignment (=)      2nd 3rd 4th
assignment in      
assignment operator      
assignment operator, usually not virtual      
Associative      
associative array      [See map]
associative container      2nd
associative containers      
Associativity      2nd 3rd
AT
ate (file mode)      
AUTOMATIC      2nd
automatic object      2nd
auto_ptr      
auto_ptr,      
avg_price definition      
avoiding potential name ambiguities      
Back      
back_inserter      2nd 3rd
back_inserter,      
bad      
badbit      
bad_alloc      2nd
bad_cast      2nd
bad_typeid      
Base      
base class      2nd 3rd 4th
base class members      
base from derived      
base member hidden by derived      
Basket      
Bear      
before type checking      2nd
BEGIN      
best match      2nd
bidirectional      2nd
bidirectional iterator      2nd
BINARY      
binary (file mode)      
binary function object      
Binary operator      2nd
BinaryQuery      
binary_search      
bind1st      
bind2nd      
Binder      2nd
binding, dynamic      2nd
bit-field      2nd
bitfield layout      
bitset      
bitwise      
bitwise AND (&)      2nd
bitwise exclusive or (^)      2nd
bitwise NOT ( ~ )      2nd
bitwise not (~)      
Bitwise operator      
bitwise OR (|)      2nd
bitwise OR (|), example      
Block      2nd 3rd 4th 5th
block (/* */)      2nd
block scope      
body, function      2nd 3rd 4th
book finding      
book finding program      
bookstore      
bookstore exception classes      
bookstore program      
bool      
boolalpha      2nd
boolalpha manipulator      
brace, curly      2nd
break      2nd
break statement      2nd
Buffer      2nd
Buffer overflow      
built-in      2nd 3rd
built-in type      2nd 3rd
Bulk_item      
by default tied to cin      
by default tied to cout      
BYTE      2nd
C library      
C library header      
C with Classes      
C++
C++ to C
C-style cast      
C-style string      
CachedObj      
call (())      2nd
call operator (())      2nd 3rd 4th
called during exception handling      
calling C function from C++      
calls resolved at run time      
calls virtual function      
can be a derived class      
can be discontiguous      
candidate      2nd
candidate function      2nd
candidate functions      
Capacity      
CASE      2nd 3rd
case label      2nd 3rd
cassert      
cassert header      
Cast      2nd
catch clause      2nd 3rd 4th 5th
catch(...)      2nd
category, iterator      
cctype      2nd
1 2 3 4 5 6 7
blank
Реклама
blank
blank
HR
@Mail.ru
       © Электронная библиотека попечительского совета мехмата МГУ, 2004-2024
Электронная библиотека мехмата МГУ | Valid HTML 4.01! | Valid CSS! О проекте