Главная    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
Предметный указатель
in C++
in class scope      
in class template      
in constructor      
in constructor initializer list      
in constructors      
in destructor      
in do while statement      
in for statement      2nd
in header      
in if statement      2nd
in local class      
in logical operator      
in overloaded operator      
in template parameter      
in variable definition      
in while statement      
INCLUDE      [See #include]
Includes      
inclusion compilation model      
inclusion model for templates      
incomplete      2nd
incomplete type      2nd
increment (++)      2nd 3rd 4th 5th 6th
Indentation      2nd
independent of container      
INDEX      2nd
indirect base      2nd
indirect base class      2nd
Inequality      2nd
inequality (!=)      2nd 3rd 4th
inheritance      
Inheritance Hierarchy      2nd 3rd
inheritance vs. composition      
inherited functions      
inheriting from      
Initialization      
initialization from pointer      
initialization of      
initialization statement      
initialization vs. assignment      
initialized      2nd
initializer      
initializer list, constructor      2nd 3rd 4th 5th
initializers      
initializes catch parameter      
initializes immediate base class      
initializes virtual base      
inline      2nd
inline and header      
Inline function      
inline member function definition      
inner_product      
inplace_merge      
Input      2nd
input (>>)      2nd 3rd 4th
input iterator      2nd
input operation as condition      
input operator      
input operator (>>)      
Input, standard      
Insert      
insert iterator      2nd 3rd
inserter      
inside a switch expression      
inside a while condition      
inside an if condition      
inside template definition      
instantiatied with pointer      
Instantiation      
int      
int instantiation      
integral      
Integral promotion      
integral type      2nd
Integrated Development Environment      
INTERFACE      
interface inheritance      
Internal      2nd
internal manipulator      
interval, left-inclusive      2nd
Introduction      
invalidated      2nd
invalidated by      
invalidated iterator      2nd
invalidates iterator      
invalid_argument      
IO stream      [See stream]
iomanip      
iomanip header      
iostate      
iostate type      
iostream      
iostream diagram      
is not polymorphic      
is polymorphic      
is-a relationship      
isalnum      
isalpha      
ISBN      
isbn_mismatch      
iscntrl      
isdigit      
isgraph      
islower      
isprint      
ispunct      
isShorter      2nd
isShorter program      2nd
isspace      
istream      2nd 3rd
istream constructor      
istream_iterator      
istream_iterator,      
istringstream      2nd 3rd
istringstreamistringstream      
isupper      
isxdigit      
Item_base      
Iterator      2nd
iterator argument constraints      2nd
iterator arithmetic      2nd 3rd 4th
iterator category      2nd
iterator category and      2nd
iterator header      
iterator range      2nd 3rd
iterator supports arithmetic      
iterator vs. const_iterator      
iter_swap      
key ideas in      
key type constraints      
Keyword      2nd
keyword table      
key_type      
Koenig lookup      
L' c' ( wchar_t literal)      
Label      
labeled      2nd
labeled statement      2nd
Left      2nd
left manipulator      
left-inclusive      
left-inclusive interval      2nd
left-shift (<<)      2nd 3rd 4th
length_error      
less-than (<)      2nd 3rd 4th
less-than-or-equal (<=)      2nd 3rd 4th 5th 6th
less<T>      
less_equal<T>      
lexicographical_compare      
Library      
library class destructors      
Library classes      
library container      
library defined      
library names to header table      
library type      
library, standard      2nd
Lifetime      
lifetime, object      2nd
limitations      
limitations on      
link time errors      
link time errors from template      
linkage directive      2nd
linkage directive language      
Linking      2nd
LIST      
listlist      
Literal      
literal (num F or num f)      
literal (numEnum or numenum)      
literal (numL or numl)      
literal (numU or numu)      
local      [See local class]
local class      
local copy      
local objects destroyed      
local scope      2nd
local static      2nd
local static object      2nd
local to file      
Local variable      2nd
logical AND (&&)      2nd
logical NOT (!)      2nd
Logical operator      
logical OR (||)      2nd
logical_and<T>      
logical_not<T>      
logical_or<T>      
logic_error      
Long      
long (numL or numl)      
long (numL or numl),      
long double      
long double (ddd.dddL or ddd.dddl)      
long double, literal (ddd.dddL or ddd.dddl)      
lookup, name      2nd
low-order bits      2nd
lower_bound      
lower_bound,      
lvalue      2nd
machine-dependent      
Macro      2nd
Magic number      2nd
Main      2nd
main program using      
make_pair      
make_pair,      
make_plural program      
make_plural,      
manip      
Manipulator      2nd 3rd
manipulator flushes the buffer      
MAP      
map subscript operator      
map, multimap      
mapped_type      2nd
mapped_type, map, multimap      
match, best      2nd
Matching      
MAX      
may not be virtual      
Member      2nd 3rd
member access      
member and this pointer      
member defined outside class body      
member definition      
member function      
member function definition      
member functions      
member hidden by derived      
member hides member in base      
member of class template      
member operator      
member operator delete      
member operator delete []      
member operator new      2nd
member operator new []      
member operator, interface      
Member specialization      
member template      [See member template]
member template declarations      
member vs. nonmember function      2nd
member, declaration      
member: constant expression      [See bit-field]
memberwise      2nd
memberwise assignment      2nd
memberwise initialization      2nd
memory allocation strategy      
memory and object construction      
memory exhaustion      
Memory leak      2nd
memory management strategy      
memory management, generic      [See CachedObj]
Menu function table      
MERGE      
Message      
Message class      
message handling classes      
message handling example      
method      [See member function]
Microsoft      
Microsoft compiler      
MIN      
minus<T>      
min_element      
Mismatch      
mode, file      2nd
modulus (%)      2nd
modulus<T>      
move members      
multi-byte      
multi-byte version      
multi-dimensioned      
multi-dimensioned array      
multi-dimensioned array to pointer      
multi-line      
multi-line literal      
multimap      
Multiple      [See multiple base class]
multiple base class      [See also virtual base class]
multiple base classes      
multiple base classes, contains base part for each      
multiple conversions lead to ambiguities      
multiple inheritance      
multiple parameters      
multiplication (*)      2nd
multiplies<T>,      
Multiset      
multiset of      
must be complete type      
must be constant expression      
must be copyable      
must be nonmember      
mutable      
mutable data      
mutable data member      2nd
NAME      
name collisions      
1 2 3 4 5 6 7
blank
Реклама
blank
blank
HR
@Mail.ru
       © Электронная библиотека попечительского совета мехмата МГУ, 2004-2024
Электронная библиотека мехмата МГУ | Valid HTML 4.01! | Valid CSS! О проекте