Effective Modern C++

Effective Modern C++
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 334
Release :
ISBN-10 : 9781491908426
ISBN-13 : 1491908424
Rating : 4/5 (424 Downloads)

Book Synopsis Effective Modern C++ by : Scott Meyers

Download or read book Effective Modern C++ written by Scott Meyers and published by "O'Reilly Media, Inc.". This book was released on 2014-11-11 with total page 334 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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


Effective Modern C++ Related Books

Effective Modern C++
Language: en
Pages: 334
Authors: Scott Meyers
Categories: Computers
Type: BOOK - Published: 2014-11-11 - Publisher: "O'Reilly Media, Inc."

GET EBOOK

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 semant
Effective C++
Language: en
Pages: 292
Authors: Scott Douglas Meyers
Categories: C++ (Computer program language).
Type: BOOK - Published: 1998 - Publisher: Addison-Wesley Professional

GET EBOOK

Effective C++ has been updated to reflect the latest ANSI/ISO standards. The author, a recognised authority on C++, shows readers fifty ways to improve their pr
Effective C++
Language: en
Pages: 320
Authors: Scott Meyers
Categories: Computers
Type: BOOK - Published: 2005 - Publisher: Pearson Education

GET EBOOK

"The book is organized around 55 specific guidelines, each of which describes a way to write better C++. Each is backed by concrete examples." --Cover.
More Effective C+
Language: en
Pages: 0
Authors: Scott Meyers
Categories:
Type: BOOK - Published: 1900 - Publisher:

GET EBOOK

This is the eBook version of nthe printed book. From the author of the indispensable Effective C++, here are 35 new ways to improve your programs and designs. D
Effective C
Language: en
Pages: 273
Authors: Robert C. Seacord
Categories: Computers
Type: BOOK - Published: 2020-08-11 - Publisher: No Starch Press

GET EBOOK

A detailed introduction to the C programming language for experienced programmers. The world runs on code written in the C programming language, yet most school