- Broschiertes Buch
- Merkliste
- Auf die Merkliste
- Bewerten Bewerten
- Teilen
- Produkt teilen
- Produkterinnerung
- Produkterinnerung
More C++ Gems picks up where the first book left off, presenting tips, tricks, proven strategies, easy-to-follow techniques, and usable source code.
Andere Kunden interessierten sich auch für
- Stan LippmanC++ Gems83,99 €
- Lua Programming Gems42,99 €
- Alan W PaethGraphics Gems V (IBM Version)110,99 €
- David BerubePractical Ruby Gems25,99 €
- Arjen MarkusModern Fortran in Practice66,99 €
- Thom FrühwirthConstraint Handling Rules77,99 €
- Arjen MarkusModern FORTRAN in Practice145,99 €
-
-
-
More C++ Gems picks up where the first book left off, presenting tips, tricks, proven strategies, easy-to-follow techniques, and usable source code.
Hinweis: Dieser Artikel kann nur an eine deutsche Lieferadresse ausgeliefert werden.
Hinweis: Dieser Artikel kann nur an eine deutsche Lieferadresse ausgeliefert werden.
Produktdetails
- Produktdetails
- Verlag: Cambridge University Press
- Seitenzahl: 544
- Erscheinungstermin: 4. Januar 2016
- Englisch
- Abmessung: 229mm x 152mm x 32mm
- Gewicht: 873g
- ISBN-13: 9780521786188
- ISBN-10: 0521786185
- Artikelnr.: 22194419
- Herstellerkennzeichnung
- Books on Demand GmbH
- In de Tarpen 42
- 22848 Norderstedt
- info@bod.de
- 040 53433511
- Verlag: Cambridge University Press
- Seitenzahl: 544
- Erscheinungstermin: 4. Januar 2016
- Englisch
- Abmessung: 229mm x 152mm x 32mm
- Gewicht: 873g
- ISBN-13: 9780521786188
- ISBN-10: 0521786185
- Artikelnr.: 22194419
- Herstellerkennzeichnung
- Books on Demand GmbH
- In de Tarpen 42
- 22848 Norderstedt
- info@bod.de
- 040 53433511
Foreword
Acknowledgments
Introduction
Part I. Diamonds From Deep in the Past: 1. Finite state machines: a model of behavior for C++ Immo Hüneke
2. Abstract classes and pure virtual functions Robert C. Martin
3. Memory management and smart pointers Cay S. Horstmann
4. Pointers vs. references Stan Lippman
5. Much ado about null Dr. James M. Coggins
6. Setting the stage James O. Coplien
7. Perspectives from the 'gang of four' John Vlissides
Part II. Present Day Industrial Diamonds: 8. The open-closed principle Robert C. Martin
9. Large-scale C++ software design John Lakos
10. Taskmaster: an architecture pattern for GUI applications Robert C. Martin, James W. Newkirk and Bhama Rao
11. Monostate classes: the power of one Steve Ball and John Crawford
12. Applying the ABC metric to C, C++, and Java Jerry Fitzpatrick
13. Patterns for mapping OO applications to relational databases Alberto Antenangeli
14. Designing exception-safe generic containers Herb Sutter
15. The anatomy of the assignment operator Richard Gillian
16. Thread-specific storage for C/C++ Douglas C. Schmidt, Nat Pryce and Timothy H. Harrison
17. Making the world safe for exceptions Matthew H. Austern
18. What's in a class? Herb Sutter
19. Pimples - beauty marks you can depend on Herb Sutter
20. External polymorphism Chris Cleeland and Douglas C. Schmidt
21. A technique for safe deletion with object locking Jeff Grossman
22. GPERF: a perfect hash function generator Douglas C. Schmidt
23. Uses and abuses of inheritance Herb Sutter
24. Review: the BOOSE programming language Herb Sutter
Index.
Acknowledgments
Introduction
Part I. Diamonds From Deep in the Past: 1. Finite state machines: a model of behavior for C++ Immo Hüneke
2. Abstract classes and pure virtual functions Robert C. Martin
3. Memory management and smart pointers Cay S. Horstmann
4. Pointers vs. references Stan Lippman
5. Much ado about null Dr. James M. Coggins
6. Setting the stage James O. Coplien
7. Perspectives from the 'gang of four' John Vlissides
Part II. Present Day Industrial Diamonds: 8. The open-closed principle Robert C. Martin
9. Large-scale C++ software design John Lakos
10. Taskmaster: an architecture pattern for GUI applications Robert C. Martin, James W. Newkirk and Bhama Rao
11. Monostate classes: the power of one Steve Ball and John Crawford
12. Applying the ABC metric to C, C++, and Java Jerry Fitzpatrick
13. Patterns for mapping OO applications to relational databases Alberto Antenangeli
14. Designing exception-safe generic containers Herb Sutter
15. The anatomy of the assignment operator Richard Gillian
16. Thread-specific storage for C/C++ Douglas C. Schmidt, Nat Pryce and Timothy H. Harrison
17. Making the world safe for exceptions Matthew H. Austern
18. What's in a class? Herb Sutter
19. Pimples - beauty marks you can depend on Herb Sutter
20. External polymorphism Chris Cleeland and Douglas C. Schmidt
21. A technique for safe deletion with object locking Jeff Grossman
22. GPERF: a perfect hash function generator Douglas C. Schmidt
23. Uses and abuses of inheritance Herb Sutter
24. Review: the BOOSE programming language Herb Sutter
Index.
Foreword
Acknowledgments
Introduction
Part I. Diamonds From Deep in the Past: 1. Finite state machines: a model of behavior for C++ Immo Hüneke
2. Abstract classes and pure virtual functions Robert C. Martin
3. Memory management and smart pointers Cay S. Horstmann
4. Pointers vs. references Stan Lippman
5. Much ado about null Dr. James M. Coggins
6. Setting the stage James O. Coplien
7. Perspectives from the 'gang of four' John Vlissides
Part II. Present Day Industrial Diamonds: 8. The open-closed principle Robert C. Martin
9. Large-scale C++ software design John Lakos
10. Taskmaster: an architecture pattern for GUI applications Robert C. Martin, James W. Newkirk and Bhama Rao
11. Monostate classes: the power of one Steve Ball and John Crawford
12. Applying the ABC metric to C, C++, and Java Jerry Fitzpatrick
13. Patterns for mapping OO applications to relational databases Alberto Antenangeli
14. Designing exception-safe generic containers Herb Sutter
15. The anatomy of the assignment operator Richard Gillian
16. Thread-specific storage for C/C++ Douglas C. Schmidt, Nat Pryce and Timothy H. Harrison
17. Making the world safe for exceptions Matthew H. Austern
18. What's in a class? Herb Sutter
19. Pimples - beauty marks you can depend on Herb Sutter
20. External polymorphism Chris Cleeland and Douglas C. Schmidt
21. A technique for safe deletion with object locking Jeff Grossman
22. GPERF: a perfect hash function generator Douglas C. Schmidt
23. Uses and abuses of inheritance Herb Sutter
24. Review: the BOOSE programming language Herb Sutter
Index.
Acknowledgments
Introduction
Part I. Diamonds From Deep in the Past: 1. Finite state machines: a model of behavior for C++ Immo Hüneke
2. Abstract classes and pure virtual functions Robert C. Martin
3. Memory management and smart pointers Cay S. Horstmann
4. Pointers vs. references Stan Lippman
5. Much ado about null Dr. James M. Coggins
6. Setting the stage James O. Coplien
7. Perspectives from the 'gang of four' John Vlissides
Part II. Present Day Industrial Diamonds: 8. The open-closed principle Robert C. Martin
9. Large-scale C++ software design John Lakos
10. Taskmaster: an architecture pattern for GUI applications Robert C. Martin, James W. Newkirk and Bhama Rao
11. Monostate classes: the power of one Steve Ball and John Crawford
12. Applying the ABC metric to C, C++, and Java Jerry Fitzpatrick
13. Patterns for mapping OO applications to relational databases Alberto Antenangeli
14. Designing exception-safe generic containers Herb Sutter
15. The anatomy of the assignment operator Richard Gillian
16. Thread-specific storage for C/C++ Douglas C. Schmidt, Nat Pryce and Timothy H. Harrison
17. Making the world safe for exceptions Matthew H. Austern
18. What's in a class? Herb Sutter
19. Pimples - beauty marks you can depend on Herb Sutter
20. External polymorphism Chris Cleeland and Douglas C. Schmidt
21. A technique for safe deletion with object locking Jeff Grossman
22. GPERF: a perfect hash function generator Douglas C. Schmidt
23. Uses and abuses of inheritance Herb Sutter
24. Review: the BOOSE programming language Herb Sutter
Index.