Außergewöhnliches C++: 47 technische Rätsel, Programmierprobleme und Lösungen-

Ursprünglicher Text
Exceptional C++: 47 Engineering Puzzles, Programming Problems, and Solutions
Goodwill Southern AZ
(32987)
Angemeldet als gewerblicher Verkäufer
US $3,44
Ca.EUR 2,93
Artikelzustand:
Gut
Gutes tun. Dieser Verkauf kommt wohltätigen Zwecken zugute.
Ganz entspannt. Rückgaben akzeptiert.
Versand:
US $3,99 (ca. EUR 3,40) Economy Shipping.
Standort: Tucson, Arizona, USA
Lieferung:
Lieferung zwischen Mi, 17. Sep und Sa, 20. Sep nach 94104 bei heutigem Zahlungseingang
Wir wenden ein spezielles Verfahren zur Einschätzung des Liefertermins an – in diese Schätzung fließen Faktoren wie die Entfernung des Käufers zum Artikelstandort, der gewählte Versandservice, die bisher versandten Artikel des Verkäufers und weitere ein. Insbesondere während saisonaler Spitzenzeiten können die Lieferzeiten abweichen.
Rücknahme:
14 Tage Rückgabe. Käufer zahlt Rückversand. Wenn Sie ein eBay-Versandetikett verwenden, werden die Kosten dafür von Ihrer Rückerstattung abgezogen.
Zahlungen:
   Diners Club 

Sicher einkaufen

eBay-Käuferschutz
Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. Mehr erfahreneBay-Käuferschutz - wird in neuem Fenster oder Tab geöffnet

  • Gratis Rückversand im Inland
  • Punkte für jeden Kauf und Verkauf
  • Exklusive Plus-Deals
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:157189593471
Zuletzt aktualisiert am 03. Aug. 2025 08:56:07 MESZAlle Änderungen ansehenAlle Änderungen ansehen

Der Erlös nach Kosten geht an Goodwill Industries of Southern Arizona, Inc

Goodwill of Southern Arizona's mission is to provide jobs and training for people to gain skills and achieve independence. The sale of generously donated goods helps support 6 adult programs, 6 youth ...
  • Offizielles eBay für Charity-Angebot. Mehr erfahren
  • Verkauf zugunsten einer geprüften gemeinnützigen Partnerorganisation.

Artikelmerkmale

Artikelzustand
Gut: Buch, das gelesen wurde, sich aber in einem guten Zustand befindet. Der Einband weist nur sehr ...
ISBN
9780201615623
Kategorie

Über dieses Produkt

Product Identifiers

Publisher
Addison Wesley Professional
ISBN-10
0201615622
ISBN-13
9780201615623
eBay Product ID (ePID)
1687609

Product Key Features

Number of Pages
240 Pages
Publication Name
Exceptional C++ : 47 Engineering Puzzles, Programming Problems, and Solutions
Language
English
Subject
Programming Languages / C++, Programming / General
Publication Year
1999
Type
Textbook
Author
Herb Sutter
Subject Area
Computers
Series
C++ In-Depth Ser.
Format
Trade Paperback

Dimensions

Item Height
0.8 in
Item Weight
14.6 Oz
Item Length
9.2 in
Item Width
7.4 in

Additional Product Features

Intended Audience
Scholarly & Professional
LCCN
99-046115
Dewey Edition
21
Illustrated
Yes
Dewey Decimal
005.13/3
Table Of Content
GENERIC PROGRAMMING AND THE C++ STANDARD LIBRARY. Item 1: Iterators. Item 2: Case-Insensitive Strings-Part 1. Item 3: Case-Insensitive Strings-Part 2. Item 4: Maximally Reusable Generic Containers-Part 1. Item 5: Maximally Reusable Generic Containers-Part 2. Item 6: Temporary Objects. Item 7: Using the Standard Library (or, Temporaries Revisited). EXCEPTION-SAFETY ISSUES AND TECHNIQUES. Item 8: Writing Exception-Safe Code-Part 1. Item 9: Writing Exception-Safe Code-Part 2. Item 10: Writing Exception-Safe Code-Part 3. Item 11: Writing Exception-Safe Code-Part 4. Item 12: Writing Exception-Safe Code-Part 5. Item 13: Writing Exception-Safe Code-Part 6. Item 14: Writing Exception-Safe Code-Part 7. Item 15: Writing Exception-Safe Code-Part 8. Item 16: Writing Exception-Safe Code-Part 9. Item 17: Writing Exception-Safe Code-Part 10. Item 18: Code Complexity-Part 1. Item 19: Code Complexity-Part 2. CLASS DESIGN AND INHERITANCE. Item 20: Class Mechanics. Item 21: Overriding Virtual Functions. Item 22: Class Relationships-Part 1. Item 23: Class Relationships-Part 2. Item 24: Uses and Abuses of Inheritance. Item 25: Object-Oriented Programming. COMPILER FIREWALLS AND THE PIMPL IDIOM. Item 26: Minimizing Compile-time Dependencies-Part 1. Item 27: Minimizing Compile-time Dependencies-Part 2. Item 28: Minimizing Compile-time Dependencies-Part 3. Item 29: Compilation Firewalls. Item 30: The "Fast Pimpl" Idiom. NAME LOOKUP, NAMESPACES, AND THE INTERFACE PRINCIPLE. Item 31: Name Lookup and the Interface Principle-Part 1. Item 32: Name Lookup and the Interface Principle-Part 2. Item 33: Name Lookup and the Interface Principle-Part 3. Item 34: Name Lookup and the Interface Principle-Part 4. MEMORY MANAGEMENT. Item 35: Memory Management-Part 1. Item 36: Memory Management-Part 2. Item 37: auto_ptr. TRAPS, PITFALLS, AND ANIT-IDIOMS. Item 38: Object Identity. Item 39: Automatic Conversions. Item 40: Object Lifetimes-Part 1. Item 41: Object Lifetimes-Part 2. MISCELLANEOUS TOPICS. Item 42: Variable Initialization--Or Is It? Item 43: Const-Correctness. Item 44: Casts. Item 45: bool. Item 46: Forwarding Functions. Item 47: Control Flow. Afterword. Bibliography. Index. 0201615622T04062001
Synopsis
Exceptional C++ shows by example how to go about sound software engineering in standard C++. Do you enjoy solving thorny C++ problems and puzzles? Do you relish writing robust and extensible code? Then take a few minutes and challenge yourself with some tough C++ design and programming problems. The puzzles and problems in Exceptional C++ not only entertain, they will help you hone your skills to become the sharpest C++ programmer you can be. Many of these problems are culled from the famous Guru of the Week feature of the Internet newsgroup comp.lang.c++.moderated, expanded and updated to conform to the official ISO/ANSI C++ Standard. Each problem is rated according to difficulty and is designed to illustrate subtle programming mistakes or design considerations. After you've had a chance to attempt a solution yourself, the book then dissects the code, illustrates what went wrong, and shows how the problem can be fixed. Covering a broad range of C++ topics, the problems and solutions address critical issues such as: -Generic programming and how to write reusable templates -Exception safety issues and techniques -Robust class design and inheritance -Compiler firewalls and the Pimpl Idiom -Name lookup, namespaces, and the Interface Principle -Memory management issues and techniques -Traps, pitfalls, and anti-idioms -Optimization Try your skills against the C++ masters and come away with the insight and experience to create more efficient, effective, robust, and portable C++ code., Exceptional C++ shows by example how to go about sound software engineering in standard C++. Do you enjoy solving thorny C++ problems and puzzles? Do you relish writing robust and extensible code? Then take a few minutes and challenge yourself with some tough C++ design and programming problems. The puzzles and problems in Exceptional C++ not only entertain, they will help you hone your skills to become the sharpest C++ programmer you can be. Many of these problems are culled from the famous Guru of the Week feature of the Internet newsgroup comp.lang.c++.moderated, expanded and updated to conform to the official ISO/ANSI C++ Standard. Each problem is rated according to difficulty and is designed to illustrate subtle programming mistakes or design considerations. After youve had a chance to attempt a solution yourself, the book then dissects the code, illustrates what went wrong, and shows how the problem can be fixed. Covering a broad range of C++ topics, the problems and solutions address critical issues such as: *Generic programming and how to write reusable templates *Exception safety issues and techniques *Robust class design and inheritance *Compiler firewalls and the Pimpl I
LC Classification Number
QA76.73.C153S88 2000

Artikelbeschreibung des Verkäufers

Rechtliche Informationen des Verkäufers

Ich versichere, dass alle meine Verkaufsaktivitäten in Übereinstimmung mit allen geltenden Gesetzen und Vorschriften der EU erfolgen.
Info zu diesem Verkäufer

Goodwill Southern AZ

96,7% positive Bewertungen130.084 Artikel verkauft

Mitglied seit Sep 2015
Angemeldet als gewerblicher Verkäufer
Goodwill® Industries of Southern Arizona’s mission is to provide jobs and training for people to gain skills and achieve independence. We believe in the POWER OF WORK – that a job enhances the dignity ...
Mehr anzeigen
Shop besuchenKontakt

Detaillierte Verkäuferbewertungen

Durchschnitt in den letzten 12 Monaten
Genaue Beschreibung
4.9
Angemessene Versandkosten
4.8
Lieferzeit
5.0
Kommunikation
4.9

Verkäuferbewertungen (36.524)

Alle Bewertungen
Positiv
Neutral
Negativ
  • w***p (638)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    Awesome seller! Very polite and helpful. Willing to make good deals! Great Value and price. Packaged well and arrived timely and in excellent condition! Just as described. Will buy from again!
  • b***l (6290)- Bewertung vom Käufer.
    Letzter Monat
    Bestätigter Kauf
    So very happy to be your 32,900th Feedback! Very Nice item in wonderful condition. Exactly what I was looking for. Very Good Pricing with extra discount. Nicely wrapped with very quick shipping. Five-Star Professional Vendor. Many thanks for selling this to me!
  • e***8 (664)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    Item just as described. Fast shipping, well packaged, and excellent communication

Produktbewertungen & Rezensionen

5.0
1 Produktbewertungen
  • 1 Nutzer bewerten dieses Produkt mit 5 von 5 Sternen
  • 0 Nutzer bewerten dieses Produkt mit 4 von 5 Sternen
  • 0 Nutzer bewerten dieses Produkt mit 3 von 5 Sternen
  • 0 Nutzer bewerten dieses Produkt mit 2 von 5 Sternen
  • 0 Nutzer bewerten dieses Produkt mit 1 von 5 Sternen

Would recommend

Good value

Compelling content

Relevanteste Rezensionen

  • Engineering puzzles in C++

    This is a 20 year old book. Sutter models this work along Scott Meyers style. Mr. Sutter prefers complexity and wants to expand features in C++. So, it is great to see his opinion on many of the original features of the language. If you missed this book years ago, take advantage of the low price and read a copy now.

    Bestätigter Kauf: JaZustand: GebrauchtVerkauft von: itsautomatisch