ISBN 10: 7115296871 ISBN 13: 9787115296870
Librería: liu xing, Nanjing, JS, China
EUR 134,67
Convertir monedaCantidad disponible: 1 disponibles
Añadir al carritopaperback. Condición: New. Ship out in 2 business day, And Fast shipping, Free Tracking number will be provided after the shipment.Paperback. Pub Date: 2013 Pages: 1099 Language: English in Publisher: People's Posts and Telecommunications Publishing House C + + standard library: a self-paced tutorial and reference manual (2nd edition) (English) (Set 2 Volumes) 1 since published in 1999. became the world's best-selling book. enduring. It provides a common set of classes and interfaces. and greatly expand the C + + core language. Book on the basis of 1 for each library component provides a detailed and comprehensive document introduces the purpose and design of the various components. clearly explain complex content; elaborate practical programming details needed for the efficient use of traps and pitfalls. precise signature (signature) of the most important classes and functions. and the definition and includes extensive code examples. The book will focus on the Standard Template Library (STL). check the container (container) iterator (iterator). the function object (function object) and STL algorithms. C + + Standard Library: self-paced tutorial and reference manual (2nd edition) (English) (Set 2 Volumes) covers all the new C + +11 library components. including: concurrency. score calculation. clock and timing . tuples. the new STL containers. new STL algorithms. the new smart pointers. new local. random numbers and distribution. type characteristics. and general-purpose tools. regular expressions. In addition. the book also explains the new C + + programming style as well as the impact of the standard library. including lambda. move semantics based on the scope of the for loop. and the variable parameter template. Book reader needs classes. inheritance. templates. exception handling. and the concept of the name space to understand (this book describes the standard components. rather than the language itself). but also do not have to have all the language details. Insightful book of basic concepts and standard library bird's-eye view. can help readers quickly upgrade. The book can also be used as self-study tutorials and standard library reference manual. can be used not only as a C + + advanced textbooks. but also software practitioners indispensable desk reference book. Contents: 1 About This Book 1.1 WhyThisBook 1.2 Before Reading This Book 1.3 Style and Structure of the Book 1.4 HowtoReadThisBook 1.5 Stateof theArt 1.6 Example Code and Additional Information 1.7 Feedback 2 Introduction to C + + and the Standard Liary 2.1 History of theC + + Standards 2.1. 1 Common Questions about the C + +11 Standard 2.1.2 Compatibility between C + +98 and C + +11 2.2 Complexity and Big-O Notation 3 New Language Features 3.1 New C + +11 Language Features 3.1.1 Important Minor Syntax Cleanups 3.1.2 Automatic Type Deduction with auto 3.1.3 Uniform Initialization and Initializer Lists 3.1.4 Range-Based for Loops 3.1.5 Move Semantics and Rvalue References 3.1.6 NewStringLiterals 3.1.7 Keyword noexcept 3.1.8 Keyword constexpr 3.1.9 NewTemplateFeatures 3.1.10 Lambdas 3.1.11 Keyword decltype 3.1.12 New Function Declaration Syntax 3.1.13 Scoped Enumerations 3.1.14 New Fundamental Data Types 3.2 Old New Language Features 3.2.1 Explicit Initialization for Fundamental Types 3.2.2 Definition of main ( ) 4 General Concepts 4.1 Namespace std 4.2 HeaderFiles 4.3 Error and Exception Handling 4.3.1 Standard Exception Classes 4.3.2 Members of Exception Classes 4.3.3 Passing Exceptions with Class exception_ptr 4.3.4 Throwing Standard Exceptions 4.3.5 Deriving from Standard Exception Classes 4.4 CallableObjects 4.5 Concurrency and Multithreading 4.6 Allocators 5 Utilities 5.1 Pairs and Tuples 5.1.1 Pairs 5.1.2 Tuples 5.1.3 I \ O for Tuples 5.1.4 Conversions between tuples and pairs 5.2 Smart Pointers 5.2.1 Class shared_ptr 5.2.2 Class weak_ptr 5.2.3 Misusing Shared Pointers 5.2.4 Shared and Weak Pointers in Detail 5.2.5 Class unique_ptr 5.2.6 Class unique_ptr inDetail 5.2.7 Class auto_.