Effective Modern C (scott Meyers, 2014)

  • Автор темы schnarchkastl
  • 20
  • Обновлено
  • 05, Apr 2023
  • #1
Автор: Scott Meyers Изд-во: OReilly Год: 2014 Страниц: 318 Язык: очень похож на английский Формат: PDF 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. Продавец:
Скрытая информация :: Авторизуйтесь для просмотра »
Цена: $40

Скачать:

Скрытая информация :: Авторизуйтесь для просмотра »
Modern C++ (Scott Meyers, 2014).pdf

schnarchkastl


Рег
19 Jan, 2005

Тем
1

Постов
1

Баллов
11
Тем
49554
Комментарии
57426
Опыт
552966

Интересно