The C++ Standard Library
De (autor) Nicolai M. Josuttisen Limba Engleză Hardback – April 2012
The C++ Standard Library: A Tutorial and Reference, Second Edition, describes this library as now incorporated into the new ANSI/ISO C++ language standard (C++11). The book provides comprehensive documentation of each library component, including an introduction to its purpose and design; clearly written explanations of complex concepts; the practical programming details needed for effective use; traps and pitfalls; the exact signature and definition of the most important classes and functions; and numerous examples of working code. The book focuses in particular on the Standard Template Library (STL), examining containers, iterators, function objects, and STL algorithms.
Preț: 400.51 lei
Preț vechi: 482.55 lei
-17%
77.80€ • 84.88$ • 68.36£
Comandă specială
Livrare economică 22 februarie-08 martie
Specificații
ISBN-10: 0321623215
Pagini: 1128
Ilustrații: With Figs. a. Tabs.
Dimensiuni: 184 x 238 x 43 mm
Greutate: 1.61 kg
Ediția: Revised
Editura: Addison-Wesley Professional
Locul publicării: Boston, United States
Notă biografică
Cuprins
- Chapter 1: About This Book
- Chapter 2: Introduction to C++ and the Standard Library
- Chapter 3: New Language Features
- Chapter 4: General Concepts
- Chapter 5: Utilities
- Chapter 6: The Standard Template Library
- Chapter 7: STL Containers
- Chapter 8: STL Container Members in Detail
- Chapter 9: STL Iterators
- Chapter 10: STL Function Objects and Using Lambdas
- Chapter 11: STL Algorithms
- Chapter 12: Special Containers
- Chapter 13: Strings
- Chapter 14: Regular Expressions
- Chapter 15: Input/Output Using Stream Classes
- Chapter 16: Internationalization
- Chapter 17: Numerics
- Chapter 18: Concurrency
- Chapter 19: Allocators