BookShared
  • MEMBER AREA    
  • Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14

    (By Scott Meyers)

    Book Cover Watermark PDF Icon Read Ebook
    ×
    Size 23 MB (23,082 KB)
    Format PDF
    Downloaded 612 times
    Last checked 10 Hour ago!
    Author Scott Meyers
    “Book Descriptions: At first glance, C++11 and C++14 are defined by the new features they introduce, e.g., auto type declarations, move semantics, lambda expressions, and concurrency support. Information on these features is easy to come by, but learning to apply them effectively (such that the resulting software is correct, efficient, maintainable, and portable) is more challenging. That's the role of this book. It describes how to write effective software using C++11 and C++14, i.e., using modern C++.

    Topics include: The pros and cons of uniform initialization, noexcept specifications, perfect forwarding, and smart pointer make functions.The relationships among std:: move, std:: forward, rvalues references, and universal references.The most effective forms of lambda capture.How best practices in "old" C++ programming (i.e., C++98) require revision for modern C++.

    "Effective Modern C++" follows the proven format of Scott Meyers' earlier Effective books (Effective C++, More Effective C++, and Effective STL), but covers entirely new material. It's essential reading for every modern C++ software developer.”

    Google Drive Logo DRIVE
    Book 1

    The Pragmatic Programmer: From Journeyman to Master

    ★★★★★

    Dave Thomas

    Book 1

    A Tour of C++ (C++ In Depth SERIES)

    ★★★★★

    Bjarne Stroustrup

    Book 1

    Clean Architecture

    ★★★★★

    Robert C. Martin

    Book 1

    Game Programming Patterns

    ★★★★★

    Robert Nystrom

    Book 1

    Code Complete: A Practical Handbook of Software Construction

    ★★★★★

    Steve McConnell

    Book 1

    Software Engineering at Google: Lessons Learned from Programming Over Time

    ★★★★★

    Titus Winters

    Book 1

    Building Microservices: Designing Fine-Grained Systems

    ★★★★★

    Sam Newman

    Book 1

    Modern C++ Design: Generic Programming and Design Patterns Applied

    ★★★★★

    Debbie Lafferty

    Book 1

    C++ Concurrency in Action: Practical Multithreading

    ★★★★★

    Anthony Williams