null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Effective Modern C++ (42 Specific Ways to Improve Your Use of C++11 and C++14)

List Price: $59.99
SKU:
9781491903995
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Scott Meyers
    Format:
    Paperback
    Pages:
    332
    Publisher:
    O'Reilly Media (December 30, 2014)
    Language:
    English
    ISBN-13:
    9781491903995
    ISBN-10:
    1491903996
    Dimensions:
    7" x 9.19"
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20251023163248-20251023.xml
    Folder:
    TWO RIVERS
    List Price:
    $59.99
    As low as:
    $51.59
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Case Pack:
    12
    Country of Origin:
    United States
    Pub Discount:
    60
    Weight:
    19.2oz
    Imprint:
    O'Reilly Media
  • Overview

    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