ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Beyond the C++ Standard Library An Introduction to Boost

دانلود کتاب فراتر از کتابخانه استاندارد C مقدمه ای برای تقویت

Beyond the C++ Standard Library An Introduction to Boost

مشخصات کتاب

Beyond the C++ Standard Library An Introduction to Boost

ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 9780321133540 
ناشر: Addison-Wesley Professional 
سال نشر: 2005 
تعداد صفحات: 226 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 11 مگابایت 

قیمت کتاب (تومان) : 50,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 10


در صورت تبدیل فایل کتاب Beyond the C++ Standard Library An Introduction to Boost به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب فراتر از کتابخانه استاندارد C مقدمه ای برای تقویت نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی درمورد کتاب به خارجی



فهرست مطالب

Beyond the C++ Standard Library: An Introduction to Boost......Page 1
Table of Contents......Page 3
Copyright......Page 6
Foreword......Page 7
Preface......Page 8
Acknowledgments......Page 9
About the Author......Page 10
Organization of This Book......Page 11
Introduction to Boost......Page 12
String and Text Processing......Page 13
Data Structures, Containers, Iterators, and Algorithms......Page 14
Function Objects and Higher-Order Programming......Page 17
Generic Programming and Template Metaprogramming......Page 20
Math and Numerics......Page 23
Input/Output......Page 26
Miscellaneous......Page 27
Part I. General Libraries......Page 30
Library 1. Smart_ptr......Page 31
How Does the Smart_ptr Library Improve Your Programs?......Page 32
When Do We Need Smart Pointers?......Page 33
How Does Smart_ptr Fit with the Standard Library?......Page 34
scoped_ptr......Page 35
scoped_array......Page 38
shared_ptr......Page 39
shared_array......Page 42
intrusive_ptr......Page 43
weak_ptr......Page 46
Smart_ptr Summary......Page 49
Endnotes......Page 50
Library 2. Conversion......Page 51
How Does the Conversion Library Improve Your Programs?......Page 52
polymorphic_cast......Page 53
polymorphic_downcast......Page 56
numeric_cast......Page 59
lexical_cast......Page 62
Conversion Summary......Page 65
Library 3. Utility......Page 66
How Does the Utility Library Improve Your Programs?......Page 67
BOOST_STATIC_ASSERT......Page 68
checked_delete......Page 71
noncopyable......Page 74
addressof......Page 77
enable_if......Page 80
Utility Summary......Page 83
Library 4. Operators......Page 84
How Does the Operators Library Improve Your Programs?......Page 85
Operators......Page 86
Usage......Page 89
Operators Summary......Page 92
Library 5. Regex......Page 93
How Does the Regex Library Improve Your Programs?......Page 94
How Does Regex Fit with the Standard Library?......Page 95
Regex......Page 96
Usage......Page 99
Regex Summary......Page 102
Part II. Containers and Data Structures......Page 103
Library 6. Any......Page 104
How Does the Any Library Improve Your Programs?......Page 105
How Does Any Fit with the Standard Library?......Page 106
Any......Page 107
Usage......Page 110
Any Summary......Page 113
Library 7. Variant......Page 114
How Does the Variant Library Improve Your Programs?......Page 115
How Does Variant Fit with the Standard Library?......Page 116
Variant......Page 117
Usage......Page 120
Variant Summary......Page 123
Library 8. Tuple......Page 124
How Does the Tuple Library Improve Your Programs?......Page 125
How Does the Tuple Library Fit with the Standard Library?......Page 126
Tuple......Page 127
Usage......Page 130
Tuple Summary......Page 133
Part III. Function Objects and Higher-Order Programming......Page 134
Library 9. Bind......Page 135
How Does the Bind Library Improve Your Programs?......Page 136
How Does Bind Fit with the Standard Library?......Page 137
Bind......Page 138
Usage......Page 139
Bind Summary......Page 142
Library 10. Lambda......Page 143
How Does the Lambda Library Improve Your Programs?......Page 144
How Does Lambda Fit with the Standard Library?......Page 145
Lambda......Page 146
Usage......Page 147
Lambda Summary......Page 150
Library 11. Function......Page 151
How Does the Function Library Improve Your Programs?......Page 152
How Does Function Fit with the Standard Library?......Page 153
Function......Page 154
Usage......Page 157
Function Summary......Page 160
Library 12. Signals......Page 161
How Does the Signals Library Improve Your Programs?......Page 162
How Does Signals Fit with the Standard Library?......Page 163
Signals......Page 164
Usage......Page 167
Signals Summary......Page 170
Endnotes......Page 171
Index......Page 172
SYMBOL......Page 173
A......Page 174
B......Page 177
C......Page 180
D......Page 183
E......Page 186
F......Page 189
G......Page 192
H......Page 193
I......Page 194
J......Page 197
K......Page 198
L......Page 199
M......Page 202
N......Page 205
O......Page 206
P......Page 209
R......Page 212
S......Page 215
T......Page 218
U......Page 221
V......Page 222
W......Page 225




نظرات کاربران