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 Автор: Scott Meyers Издательство: O'Reilly Media Год: 2015 Страниц: 336 Формат: PDF, EPUB Размер: 22 Mb Язык: English
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.
C++: Effective Modern C++ (C++ 11, C++ 14) Название: C++: Effective Modern C++ (C++ 11, C++ 14) Автор: Paul Laurence Год: 2018 Страниц: 50 Формат: PDF, EPUB, AZW3 Размер: 10 Mb Язык: English ...
Domain-Specific Languages Название: Domain-Specific Languages Автор: Martin Fowler Издательство: Addison-Wesley Professional Год: 2010 Формат: pdf Страниц: 412 Размер: 6.0 MB...
C++ Templates: The Complete Guide, Second Edition Название: C++ Templates: The Complete Guide, 2nd edition Автор: David Vandevoorde, Nicolai M. Josuttis, Douglas Gregor Издательство: Addison-Wesley...