Главная    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
Предметный указатель
prototype, function      2nd
ptrdiff_t,      2nd
ptr_swap program      
ptr_swap,      
PUBLIC      2nd
public access label      2nd
public data members      
public member      2nd
Pure      2nd
pure virtual      2nd
pure virtual function      2nd
push      
push member      
push, specialized      
push_back      
push_back,      2nd
push_front      
put      
putback      
put_Msg_in_Folder      
put_Msg_in_Folder,      
Query      
Query classes      
Query_base,      
QUEUE      
QueueItem      
QueueItem example      
Raccoon as virtual base      
RAII      [See resource allocation is initialization]
raise      
raise exception      [See throw]
random file access      
random file IO      
random IO example      
random IO sample program      
random-access      2nd
random-access iterator      
random_shuffle,      
RANGE      
range_error,      
rank for function matching      
rank of class type conversions      
rbegin      
rbegin, container      2nd
rdstate      
READ      
read-only      
reallocate      
RECURSIVE      2nd
Recursive function      2nd
Refactoring      2nd
referece      
Reference      
Reference count      [See use count]
reference data member, initialization      
Reference parameter      
reference return      2nd
reference return type      
reference to array argument      
reference to const      [See const reference]
reference type      
reference yields lvalue      
reference, initialization      
reinterpret_cast      
reinterpret_cast,      2nd
Relational operator      
Relational operators      
relationship to enclosing class      2nd
Remove      
remove_copy,      
remove_copy_if,      
remove_if      
remove_if,      
remove_Msg_from_Folder      
remove_Msg_from_Folder,      
rend      
rend, container      2nd
REPLACE      2nd
replace file static      
replace_copy,      2nd
replace_copy_if,      
replace_if,      
representation of enum type      
require class-type parameter      
requirements for      
requires -- (decrement)      
Reserve      
reserved      
reserved identifier      
Reset      
reset member      
resize      
resize, sequential container      
Resource      
Resource allocation      
resource allocation is initialization      
resource deallocation      
Restricted      
restricted word count      
restricted word count program      
restriction on use      2nd 3rd
restrictions      
restrictions on      
restrictions on use      
RESULT      2nd
rethrow      
RETURN      
return alternatives      
return from exception what operation      
Return statement      
return type      
return type and class object      
return type and local variable      
return type from insert      
return type fromset::insert      
return type, is lvalue      
return value      
return, container      
return, local variable      2nd
returned from typeid      
returning *this      
returning a      
returning an      
returning pointer to local variable      
returns 0 by default
returns int      2nd
returns type_info      
reverse      2nd 3rd
reverse iterator      
reverse_copy,      
reverse_iterator      
reverse_iterator,      
revisited      
rfind      
rfind, string      
rgcd      
rgcd program      
Right      2nd
right manipulator      
right-shift (>>)      2nd 3rd 4th
Rotate      
rotate_copy      
rule of three      
run time      
run time polymorphism in C++      
run-time type identification      
runs destructor      
runtime_error      2nd
rvalue      2nd
safety, exception      
Sales_item      
Sales_item handle class      
Sales_item instantiation      
Sales_item,      
same_isbn      2nd
Scientific      2nd
scientific manipulator      
Scope      
scope (::)      2nd 3rd
scope (::) to access base class member      
scope considerations      
Scope operator (::)      2nd 3rd 4th
Screen      
Screen class template      
Screen operations      
ScreenPtr      
ScrPtr      
Search      
search_n      
seek and tell members      
self-assignment      
self-assignment check      
semantics, value      2nd
semicolon (;)      
semicolon (;), class definition      
Sentinel      2nd
separate      2nd
Separate compilation      2nd
separate compilation model      
separate compilation model for templates      2nd
separate model for templates      
sequence (\Xnnn), hexadecimal escape      
sequence, escape      
SEQUENTIAL      2nd
sequential container      
Set      
set members      
set, multiset      
setfill      2nd
setfill manipulator      
setprecision      2nd
setprecision manipulator      
setstate      2nd
setw      2nd
setw manipulator      
set_difference      
set_intersection      2nd
set_symmetric_difference      
set_union      
Shift      2nd
Shift operator      2nd
short      
short-circuit      
short-circuit evaluation      
shorterString      
should not throw exception      
showbase      2nd
showbase manipulator      
showpoint      2nd
showpoint manipulator      
signed      2nd
signed and out-of-range value      
signed to unsigned      
signed type      
signed types and bitwise operators      
simplified      
Single      
single-byte      
single-line (//)      2nd
SIZE      
size calculation      
size of arithmetic types      
sizeof      
sizeof operator      
size_t      2nd 3rd
size_type      
skipws      2nd
skipws manipulator      
sliced      2nd
smallint      2nd
SMART      2nd 3rd
Smart pointer      2nd 3rd
sometimes required      
sort      2nd
Source      2nd
source file      
Specialization      
specific algorithms      
specifier      2nd 3rd 4th
specifier, type      2nd
Specifying      
Splice      
splice, list      
sstream      2nd
stable_partition      
stable_sort      2nd
STACK      
stack unwinding      
Standard error      2nd
Standard input      2nd
Standard Library      2nd
Standard output      2nd
state, condition      
Statement      
statement block      [See block]
statement label      
statement scope      
statementfor statement, for      
static      
static (file static)      
static class member      
static data member      
static member      2nd
static member functions      
static members      
static object, local      2nd
Static type      2nd
static type checking      2nd
static_cast      2nd
std      2nd
stdexcept      2nd
stdexcept header      2nd
store, free      2nd
STR      
strategies      
strcat      
strcmp      
strcpy      
Stream      
stream iterator      
stream type as      2nd 3rd
stream types      
strict weak ordering      2nd
String      
string constructor      
string input operation as      
string literal      
string, C-style      [See C-style string]
stringstream      2nd 3rd
strlen      
strncat      
strncpy      
struct      [See also class]
struct, keyword      2nd 3rd
Structure      
Structure, data      2nd
Studio, Visual      
Subscript      
subscript ([ ])      
subscript ([])      
1 2 3 4 5 6 7
blank
Реклама
blank
blank
HR
@Mail.ru
       © Электронная библиотека попечительского совета мехмата МГУ, 2004-2024
Электронная библиотека мехмата МГУ | Valid HTML 4.01! | Valid CSS! О проекте