Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

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

    Posted By: interes
    Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14

    Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14 by Scott Meyers
    English | 2014 | ISBN: 1491903996 | ISBN-13: 9781491903995 | 320 pages | PDF, EPUB | 22,6 MB

    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.