Главная    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
Предметный указатель
cerr      2nd
change format state      
char      
char representation      
char string literal      [See string literal]
char*      [See C-style string]
CHARACTER      
Check      
check for self-assignment      
checked      [See dynamic_cast]
checked cast      [See dynamic_cast]
CheckedPtr      
children's story program      
cin      2nd
Cl
class      2nd 3rd 4th 5th
class assignment operator      
class data member      2nd
class declaration      2nd
class defined outside enclosing class      
class definition      
class derivation list      2nd
class friend declaration scope      
Class hierarchy      
Class keyword      
class member      2nd
class member access      
class member access control      
class member copy control      
class member declaration      
class member default initialization      
class member definition      2nd
class member definition, examples      
class member of built-in type      
class member of class type      
class member: constant expression      [See bit-field]
class scope      2nd 3rd
class static member      
class template      2nd 3rd 4th
class template member      
class template member specialization      
class template specialization      
class type      2nd 3rd 4th 5th 6th
class type conversions      
class type object      
class, keyword      
classes with virtual functions      
cleanup, object      [See destructor]
clear      
clog      2nd
clone function      
CLOSE      
collisions under inheritance      
Combinations      
comma (, )      
comma (, ), example      
comma operator      
comma operator (,)      2nd
comment      2nd
Compare      
COMPARE function      
compared to allocate      
compared to assert      
compared to assignment      
compared to bitset      
compared to bitwise NOT      
compared to bitwise operator      
compared to C-style string      
compared to calling destructor      
compared to class      
compared to const iterator      
compared to construct      
compared to deallocate      
compared to delete expression      
compared to front_inserter      
compared to if      
compared to inserter      
compared to iterator      
compared to mutable      
compared to new expression      
compared to object lifetime      
compared to operator delete      
compared to operator new      
compared to overloaded function      
compared to placement new      
compared to redeclaration      
compared to reference      
compared to reverse iterator      2nd
compared to run-time type identifi-cation      
compared to run-time type identification      
compared to scope      
compared to string      2nd
compared to switch      
compared to template specialization      
compared to typename      
compared to virtual functions      
Compilation      
compile time polymorphism via templates      
Compiler      
compiler error detection      
compiler extension      
compiling C and C++      
composition vs. inheritance      
Compound      2nd
compound assginment (e.g.,+=), iterator      
compound assignment      
compound assignment (e.g.,+=)      2nd 3rd
compound expression      2nd
compound statement      2nd
compound type      2nd 3rd
COMPUTE      
concatenating operations      
Concatenation      
Concrete      
concrete class      
Condition      2nd
condition in      
condition state      2nd
Conditional      
conditional (?:)      
conditional compilation      
conditional operator      
conditional operator (?:)      2nd
consistency between relational and equality operators      
consistent definitions of equality and relational operators      
consistent with equality      
console window      
const      
const data member      
const data member, initialization      
const member function      2nd 3rd 4th 5th
const object      
const object, constructor      
const objects      
const pointer      [See also pointer to const]
const pointer to const      
Const reference      
const reference type      
const static data member      
const void*      2nd
const vs. mutable      
const, initialization      
Constant      2nd
constant expression      2nd
constraints on type      
Construct      2nd
construction, order of      2nd
constructor      
constructor from element count      
constructor from string      
constructor fromelement count, uses copy constructor      
constructor initializer list      2nd 3rd 4th 5th
constructor taking iterators      
constructor using default arguments      
Constructors      
const_cast      2nd
const_iterator      2nd
const_reference      
const_reverse_iterator      
container      
container adaptor      
container constructor from      
container defined type      
container elements      
containers      
contains base part      
CONTINUE      2nd
continue statement      2nd
control, flow of      2nd
Convention      
Conversion      
conversion constructor      
conversion from derived      
conversion from derived to multiple base      
conversion from nonconst      
conversion from nonconst,      
conversion fromderived to base      
conversion operator      
conversion rank      
conversion to      2nd
conversion to arithmetic type      
conversion to base      
conversion to bool      
conversion to integer      
conversion to pointer      2nd
conversion to signed      2nd
conversion to unsigned      2nd
conversion to void      
Conversions      
copied      
Copy      
copy and assignment      
copy constructor      2nd 3rd
copy control      
copy control strategies      
copy-initialization      
copying unknown type      
copy_backward      
copy_elems member      
COUNT      
count, use      2nd
count_if      2nd
cout      2nd
cplusplus_primer,      
cstddef      2nd
cstddef header      2nd
cstdlib      
cstdlib header      
cstring      
cstring header      
ctrl-d (Unix end-of-file)      
ctrl-z (Windows end-of-file)      
curly brace      2nd
c_str      
c_str, example      
dangling      2nd
Dangling else      2nd
dangling pointer      2nd
Data abstraction      2nd
Data hiding      
data member      2nd
data member as constant expression      
data member definition      
Data structure      2nd
data type, abstract      
ddd.ddd L or ddd.dddl ( long double literal)      
DEALLOCATE      
DEC      2nd
dec manipulator      
decimal      
decimal literal      
declaration      
declaration dependencies      
Declaration statement      2nd
declaration style      
decrement (--)      
Deduction      
deduction for class template member function      
deduction for function template      
deduction, template argument      
default      
default access label      
default argument      
default argument in      
default case label      2nd
Default constructor      
default copy behavior      
default derivation label      
default inheritance access label      
default initialization      
default label      
define before use      
defined after case label      
defined outside class body      
defining base as      
Definition      
definition of static members      
definitions and goto      
DELETE      2nd 3rd 4th
delete of      
delete []      
dependencies and template friends      
depends on static type      
Deque      
dequedeque      
Dereference      
dereference (*)      2nd 3rd 4th
dereference yields pair      
derivation list, class      2nd
derived class      
derived class constructor      
derived classes      
derived fromDisc_item      
derived object      
derived objects      2nd
derived to base      2nd
Design      
design considerations      
design overview      
Destination      2nd
Destroy      2nd
destroy member      
destruction, order of      
destructor      
destructor and multiple inheritance      
destructor definition      
destructor explained      
destructor usually virtual      
determines name lookup      
development environment, integrated      
difference_type      
DIMENSION      2nd
direct base      [See immediate base class]
direct base class      [See immediate base class]
direct-initialization      
Directive      2nd
directive, using      2nd
discontiguous definition      
Discriminant      2nd
Disc_item      
1 2 3 4 5 6 7
blank
Реклама
blank
blank
HR
@Mail.ru
       © Электронная библиотека попечительского совета мехмата МГУ, 2004-2024
Электронная библиотека мехмата МГУ | Valid HTML 4.01! | Valid CSS! О проекте