Dieses Angebot wurde vom Verkäufer am Di, 23. Sep um 05:53 beendet, da der Artikel nicht mehr verfügbar ist.
Effektives modernes C++: 42 spezifische Möglichkeiten zur Verbesserung der Nutzung von C++11 und C++1...
Beendet
Effektives modernes C++: 42 spezifische Möglichkeiten zur Verbesserung der Nutzung von C++11 und C++1...
US $12,18US $12,18
Mi, 24. Sep, 05:53Mi, 24. Sep, 05:53

Effektives modernes C++: 42 spezifische Möglichkeiten zur Verbesserung der Nutzung von C++11 und C++1...

Goodwill of Silicon Valley Books
(188433)
Angemeldet als gewerblicher Verkäufer
US $12,18
Ca.CHF 9,66
Artikelzustand:
Gut
2 verfügbar1 verkauft
    Versand:
    Kostenlos Standard Shipping.
    Standort: San Jose, California, USA
    Lieferung:
    Lieferung zwischen Mo, 20. Okt und Mi, 22. Okt 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:
    30 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
    Der Verkäufer ist für dieses Angebot verantwortlich.
    eBay-Artikelnr.:286829468432
    Zuletzt aktualisiert am 23. Sep. 2025 21:25:44 MESZAlle Änderungen ansehenAlle Änderungen ansehen

    Artikelmerkmale

    Artikelzustand
    Gut: Buch, das gelesen wurde, sich aber in einem guten Zustand befindet. Der Einband weist nur sehr ...
    Release Year
    2014
    Book Title
    Effective Modern C++: 42 Specific Ways to Improve Your Use of ...
    ISBN
    9781491903995
    Kategorie

    Über dieses Produkt

    Product Identifiers

    Publisher
    O'reilly Media, Incorporated
    ISBN-10
    1491903996
    ISBN-13
    9781491903995
    eBay Product ID (ePID)
    201593262

    Product Key Features

    Number of Pages
    336 Pages
    Publication Name
    Effective Modern C++ : 42 Specific Ways to Improve Your Use of C++11 and C++14
    Language
    English
    Publication Year
    2014
    Subject
    Programming Languages / C++, Programming / General, Computer Engineering
    Type
    Textbook
    Subject Area
    Computers
    Author
    Scott Meyers
    Format
    Trade Paperback

    Dimensions

    Item Height
    0.7 in
    Item Weight
    20.7 Oz
    Item Length
    9.2 in
    Item Width
    7.3 in

    Additional Product Features

    Intended Audience
    Scholarly & Professional
    Dewey Edition
    23
    Illustrated
    Yes
    Dewey Decimal
    005.133
    Synopsis
    Coming to grips with C++11 and C++14 is more than a matter of familiarizing yourself with the features they introduce (e.g., auto type declarations, move semantics, lambda expressions, and concurrency support). The challenge is learning to use those features effectively --so that your software is correct, efficient, maintainable, and portable. That's where this practical book comes in. It describes how to write truly great software using C++11 and C++14--i.e. using modern C++. Topics include: The pros and cons of braced initialization, noexcept specifications, perfect forwarding, and smart pointer make functions The relationships among std:: move , std:: forward , rvalue references, and universal references Techniques for writing clear, correct, effective lambda expressions How std:: atomic differs from volatile , how each should be used, and how they relate to C++'s concurrency API How best practices in "old" C++ programming (i.e., C++98) require revision for software development in modern C++ Effective Modern C++ follows the proven guideline-based, example-driven format of Scott Meyers' earlier books, but covers entirely new material. "After I learned the C++ basics, I then learned how to use C++ in production code from Meyer's series of Effective C++ books. Effective Modern C++ is the most important how-to book for advice on key guidelines, styles, and idioms to use modern C++ effectively and well. Don't own it yet? Buy this one. Now".-- Herb Sutter, Chair of ISO C++ Standards Committee and C++ Software Architect at Microsoft, Coming to grips with C++11 and C++14 is more than a matter of familiarizing yourself with the features they introduce (e.g., auto type declarations, move semantics, lambda expressions, and concurrency support). The challenge is learning to use those features effectively --so that your software is correct, efficient, maintainable, and portable. That's where this practical book comes in. It describes how to write truly great software using C++11 and C++14--i.e. using modern C++. Topics include: The pros and cons of braced initialization, noexcept specifications, perfect forwarding, and smart pointer make functions The relationships among std::move , std::forward , rvalue references, and universal references Techniques for writing clear, correct, effective lambda expressions How std::atomic differs from volatile , how each should be used, and how they relate to C++'s concurrency API How best practices in "old" C++ programming (i.e., C++98) require revision for software development in modern C++ Effective Modern C++ follows the proven guideline-based, example-driven format of Scott Meyers' earlier books, but covers entirely new material. "After I learned the C++ basics, I then learned how to use C++ in production code from Meyer's series of Effective C++ books. Effective Modern C++ is the most important how-to book for advice on key guidelines, styles, and idioms to use modern C++ effectively and well. Don't own it yet? Buy this one. Now". -- Herb Sutter, Chair of ISO C++ Standards Committee and C++ Software Architect at Microsoft, Coming to grips with C++11 and C++14 is more than a matter of familiarizing yourself with the features they introduce (e.g., auto type declarations, move semantics, lambda expressions, and concurrency support). The challenge is learning to use those features effectively --so that your software is correct, efficient, maintainable, and portable. That's where this practical book comes in. It describes how to write truly great software using C++11 and C++14--i.e. using modern C++. Topics include: The pros and cons of braced initialization, noexcept specifications, perfect forwarding, and smart pointer make functions The relationships among std:: move , std:: forward , rvalue references, and universal references Techniques for writing clear, correct, effective lambda expressions How std:: atomic differs from volatile , how each should be used, and how they relate to C++'s concurrency API How best practices in "old" C++ programming (i.e., C++98) require revision for software development in modern C++ Effective Modern C++ follows the proven guideline-based, example-driven format of Scott Meyers' earlier books, but covers entirely new material. "After I learned the C++ basics, I then learned how to use C++ in production code from Meyer's series of Effective C++ books. Effective Modern C++ is the most important how-to book for advice on key guidelines, styles, and idioms to use modern C++ effectively and well. Don't own it yet? Buy this one. Now". -- Herb Sutter, Chair of ISO C++ Standards Committee and C++ Software Architect at Microsoft
    LC Classification Number
    QA76.73.C153

    Artikelbeschreibung des Verkäufers

    Info zu diesem Verkäufer

    Goodwill of Silicon Valley Books

    99% positive Bewertungen591 Tsd. Artikel verkauft

    Mitglied seit Nov 2012
    Angemeldet als gewerblicher Verkäufer
    Founded in Santa Clara County in 1928, Goodwill of Silicon Valley is dedicated to improving employment opportunities, increasing standards of living, providing economic independence, and restoring our ...
    Mehr anzeigen
    Shop besuchenKontakt

    Detaillierte Verkäuferbewertungen

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

    Verkäuferbewertungen (203'139)

    Alle Bewertungenselected
    Positiv
    Neutral
    Negativ
    • g***2 (945)- Bewertung vom Käufer.
      Letzter Monat
      Bestätigter Kauf
      Book arrived sooner than expected in great packaging. I contacted the selle b/ they sent the correct book but whose condition was a little less than described. They communicated with me immediately. They apologized, gave me a full refund without my asking. I fully look forward to purchasing from them again. It provides revenue to fund local job training, education, and community programs that help people find employment and achieve financial stability. Thank you!
    • 1***2 (5)- Bewertung vom Käufer.
      Letzte 6 Monate
      Bestätigter Kauf
      I’m very satisfied with my purchase. Although it did arrive a few days late, it was definitely worth $18 for a densely packed, 1000 paged textbook with lots and lots of questions to reinforce your understanding. In terms of the seller and the condition of the book, the seller was very truthful in their description, and marked the book as “acceptable”. I’ve only explored a fraction of the book, and as far as I’m concerned, the majority is “good”. I’m very happy, it looks great, great quality.
    • 6***o (9779)- Bewertung vom Käufer.
      Letzter Monat
      Bestätigter Kauf
      FIVE-STAR SELLER!!! Product was accurately described and packaged appropriately. Shipping was reasonably priced and arrived in timely manner. Excellent communication and customer service throughout the process. Buy with confidence. Highly recommended.
    Alle Bewertungen ansehen