C++ Primer
De (autor) Stanley B. Lippman, Josee Lajoie, Barbara E. Mooen Limba Engleză Paperback – August 2012
- Learn how to use the new C++11 language features and the standard library to build robust programs quickly, and get comfortable with high-level programming
- Learn through examples that illuminate today's best coding styles and program design techniques
- Understand the "rationale behind the rules" why C++11 works as it does
- Use the extensive crossreferences to help you connect related concepts and insights
- Benefit from up-to-date learning aids and exercises that emphasize key points, help you to avoid pitfalls, promote good practices, and reinforce what you've learned
Preț: 348.00 lei
Puncte Express: 522
Preț estimativ în valută:
67.75€ • 73.77$ • 59.60£
67.75€ • 73.77$ • 59.60£
Carte disponibilă
Livrare economică 18 februarie-04 martie
Livrare express 04-10 februarie pentru 63.77 lei
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9780321714114
ISBN-10: 0321714113
Pagini: 976
Ilustrații: Illustrations
Dimensiuni: 180 x 231 x 51 mm
Greutate: 1.62 kg
Ediția: Revised
Editura: Addison-Wesley Professional
ISBN-10: 0321714113
Pagini: 976
Ilustrații: Illustrations
Dimensiuni: 180 x 231 x 51 mm
Greutate: 1.62 kg
Ediția: Revised
Editura: Addison-Wesley Professional
Notă biografică
Stanley B. Lippman has retired back to the Catalina Foothills where he is working on EEEK!, a computational model of the nervous system of the House Mouse, and An Off By One Error, a speculative novel set in the Northwestern Rain Forest. During his professional career, Stanley served as Distinguished Consultant for the Jet Propulsion Laboratory, Architect for the Visual C++ development group at Microsoft, member of technical staff at Bell Laboratories, two stints in Massive Multiplayer Online Gaming, and a surprisingly long stint in Feature Animation at Disney, DreamWorks, Pixar, and PDI. Stanley will be most remembered for his many years working with Dr. Stroustrup on the implementation of cfront, the standard implementation of C++ until the ISO standard. Josee Lajoie, now at Pixar, was a member of IBM Canada's C/C++ compiler development team, and chaired the core language working group for the original ANSI/ISO C++ standardization committee. Barbara E. Moo has nearly thirty years of software experience. During her fifteen years at AT&T, she worked closely with C++ inventor Bjarne Stroustrup and managed the C++ development team for several years.
Cuprins
- Chapter 1: Getting Started
- Part I: The Basics
- Chapter 2: Variables and Basic Types
- Chapter 3: Strings, Vectors, and Arrays
- Chapter 4: Expressions
- Chapter 5: Statements
- Chapter 6: Functions
- Chapter 7: Classes
- Part II: The C++ Library
- Chapter 8: The IO Library
- Chapter 9: Sequential Containers
- Chapter 10: Generic Algorithms
- Chapter 11: Associative Containers
- Chapter 12: Dynamic Memory
- Part III: Tools for Class Authors
- Chapter 13: Copy Control
- Chapter 14: Overloaded Operations and Conversions
- Chapter 15: Object-Oriented Programming
- Chapter 16: Templates and Generic Programming
- Part IV: Advanced Topics
- Chapter 17: Specialized Library Facilities
- Chapter 18: Tools for Large Programs
- Chapter 19: Specialized Tools and Techniques
- Index