Главная    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
Предметный указатель
name lookup      
name lookup and multiple inheritance      
name lookup, examples      
name member      
name resolution      [See name lookup]
Namespace      
namespace alias      2nd
Namespace keyword      
namespace member      
namespace members      
namespace names      
namespace pollution      2nd
Namespaces      
naming convention      
NDEBUG      
needed when class changes      
needed when inline function changes      
negate<T>,      
negator      
Nested      [See nested class]
nested class      
nested class in      
nested class template      2nd
nested namespace      
nested type      [See nsted class]
NEW      
new failure      
new []      
newline (\n)      
next_permutation,      
no containers of      
no conversion from base      
no conversion to derived      
no copy or assign      
no implicit return type      
no relational operators      
no virtual constructor      
noboolalpha      2nd
noboolalpha manipulator      
nodefault      
nonconst reference      
nonconst reference parameter      
None      
nonportable      
nonprintable      2nd
nonprintable character      2nd
nonreference      
nonreference type      
nontemplate argument conversion      
nontemplate class or function      
nontemplate type argument      
nontype parameter      
nontype template parameter      
nonvirtual function, calls resolved at compile time      
nonvirtual, calls resolved at compile time      
nonzero return from main      
noshowbase      2nd
noshowbase manipulator      
noshowpoint      2nd
noshowpoint manipulator      
noskipws      2nd
noskipws manipulator      
not equal      [See inequality]
not flushed if program crashes      
not recursive      
not virtual      
not1      
not2      
notation outptu format control      
notation output format control      
NotQuery      
not_equal_to<T>,      
nouppercase      2nd
nouppercase manipulator      
nth_element,      
NULL      
null (\0)      
null pointer      
Null statement      2nd
null-terminated array      [See C-style string]
Number, magic      2nd
numEnum or numenum (double literal)      
numeric      
numeric header      
numeric literal      
numF or numf (float literal)      
numL or numl (long literal)      
numU or numu (unsigned literal)      
Object      
object cleanup      [See destructor]
object composition      
object creation      
object definition      
Object file      
object initialized or assigned fromderived      
object lifetime      2nd
object scope      2nd
Object-oriented      2nd 3rd
Object-Oriented Programming      2nd 3rd
objects of concrete class type      
OCT      2nd
oct manipulator      
octal (0num)      
octal (\ nnn)      
octal escape sequence (\ nnn)      
octal, literal (0 num)      
of array type      
of assignment      
of char initialization      
of conditional      
of const      
of derived class      
of dot and derefernece      
of dynamically allocated object      
of handle classes      
of header files      
of increment and dereference      
of IO operator      
of member function      
of member functions      
of pointer members      
of pointer to member and call operator      
of reference to array      
of return value      
of templates      
of variable after case label      
of virtual function      
off-the-end      2nd 3rd
off-the-end iterator      2nd 3rd
off-the-end pointer      
off_type      
off_type,      
ofstream      2nd
old-style      
on const      
on map iterator yields pair      
on map yields pair      
on use      
open      
open_file program      
open_file,      
open_file, example of      2nd
Operand      
operand order of evaluation      
Operations      
Operator      2nd 3rd
operator alternative name      
operator and function matching      
operator delete      
operator delete function      2nd
operator delete member      
operator delete [] member      
operator new      
operator new function      2nd
operator new member      
operator new [] member      
Operator overloading      [See overloaded operator]
optimizing new and delete      
options to main      
order of      2nd
order of construction      
order of destruction      
order of evaluation      
ordering of      
ordering, strict weak      2nd
OrQuery      
ostream      2nd 3rd
ostream_iterator      
ostream_iterator,      2nd
ostringstream      2nd
out (file mode)      
Output      2nd
output (<<)      
output format control      
output iterator      
output operator      
output operator (<<)      
Output, standard      
outside namespace      
out_of_range,      2nd
out_of__stock,      
Overflow      
overflow_error,      
OVERHEAD      
overload resolution      [See function matching]
overloaded      
overloaded (++) and (*)      
overloaded (++) and (*),      
overloaded -> (arrow operator) and * (dereference)
overloaded -> (arrowoperator) and * (dereference)
overloaded and containers      
overloaded function      
overloaded functions      
overloaded inherited functions      
overloaded member function      
overloaded on const      
overloaded operator      
overloaded version      
overloaded versions      
overloaded virtual functions      
Overloading      
overloading and      2nd
overriding run-time binding      
overriding the default comparison      
overview      
overview of use counting      
pair      
Panda      
PARAMETER      
parameter and overloaded operator      
parameter list      2nd 3rd 4th
parameter matching      
parameter or return type      
parameter pattern      
parentheses, override precedence      
Partial      
partial specialization      2nd
partial_sort,      
partial_sort_copy,      
partial_sum,      
Partition      
Passing      
passing comparison function      
Peek      
performance characteristics      
Pitfalls      
pitfalls with generic programs      
placement      2nd
placement new      2nd
plain function      
plus<T>,      
POINTER      
pointer arithmetic      2nd
pointer member      
pointer members      
pointer parameter      
pointer parameter declaration      
pointer template argument      
pointer to      2nd
pointer to const      
pointer to function      
pointer to local object      
pointer to member      
pointer to member function, definition      
pointer to nonconst      
pointer to nonconst,      
pointer to, definition      
Pointer type      2nd
Polymorphism      2nd
pop      
pop member      
pop_back      
pop_back, sequential container      
pop_front      
pop_front, sequential container      
Portable      
postfix decrement (--)      
postfix increment (++)      
postfix increment (++) and decrement (--) operators      
pos_type      
pos_type,      
pre-compiled headers      
Precedence      2nd 3rd 4th 5th
precedence and associativity      
precedence table      
precision member      
Predicate      2nd
prefix decrement      
prefix decrement (--)      
prefix increment      
prefix increment (++)      
prefix increment (++) and decrement (--) operators      
prefix yields lvalue      
Preprocessor      2nd
preventing copies      
preventing copies of class objects      
prev_permutation,      
printable      
Printable character      
printValues      2nd 3rd
printValues program      2nd 3rd
print_total,      
priority_queue      
priority_queue,      
PRIVATE      2nd
private access label      2nd
Private inheritance      
private member      
PROGRAM      
program design      
program interface      
programmer-defined      
programmer-defined header      
Programming      
promotion, integral      2nd
protected      2nd
protected access label      2nd
Protected keyword      
protected member      
protected, inheritance      2nd
1 2 3 4 5 6 7
blank
Реклама
blank
blank
HR
@Mail.ru
       © Электронная библиотека попечительского совета мехмата МГУ, 2004-2024
Электронная библиотека мехмата МГУ | Valid HTML 4.01! | Valid CSS! О проекте