Effective Modern C++(改善C++11和C++14的42个具体做法 epub pdf mobi txt 电子书 下载 2024
发表于2024-11-11
Effective Modern C++(改善C++11和C++14的42个具体做法 epub pdf mobi txt 电子书 下载 2024
理解C++11和C++14可不只是熟悉它们引入的特性 (例如,auto类型声明、移动语义、lambda表达式和 并行计算支持)这么简单。挑战在于学习如何高效应用 这些特性——让你的软件正确、有效、易于维护和可 移植。这就是这本具有很强实践性的书籍的目的所在 。本书描述了如何使用C++11和C++14编写真正伟大的 软件——使用现代C++。
《Effective Modern C++(改善C++11和C++14的 42个具体做法影印版)(英文版)》遵循久经考验、基 于规则和实例驱动的迈耶斯早期书籍的样式,但编写 了全新的内容。对于每位现代C++软件的开发者而言, 本书都是必读书籍。
迈耶斯,Scott Meyers,二十多年来,Scott Meyers的Effetive C++系列书籍(包括《Effective C++》《More Effective C++》和《Effective STL》)为C++编程语言指导书籍设定了高标准。他对复杂技术资料的清楚且引人八胜的解释为他在全世界范围内赢得了拥趸,使他成为炙手可热的培训师、顾问和会议演讲者。他拥有布朗大学的计算机科学博士学位。
From the Publisher
Acknowledgments
Introduction
1.Deducing Types
Item 1: Understand template type deduction.
Item 2: Understand auto type deduction.
Item 3: Understand decltype.
Item 4: Know how to view deduced types.
2.auto
Item 5: Prefer auto to explicit type declarations.
Item 6: Use the explicitly typed initializer idiom when auto deduces undesired types.
3.Moving to Modern C++
Item 7: Distinguish between ( ) and {} when creating objects.
Item 8: Prefer nullptr to 0 and NULL.
Item 9: Prefer alias declarations to typedefs.
Item 10: Prefer scoped enums to unscoped enuns.
Item 11: Prefer deleted functions to private undefined ones.
Item 12: Declare overriding functions overri.de.
Item 13: Prefer const_iterators to iterators.
Item 14: Declare functions noexcept ifthey won't emit exceptions.
Item 15: Use constexpr whenever possible.
Item 16: Make const member functions thread safe.
Item 17: Understand special member function generation.
4.Smart Pointers
Item 18: Use std: : unique_ptr for exclusive-ownership resource management.
Item 19: Use std: : shared_ptr for shared-ownership resource management.
Item 20: Use std : :weak_ptr for std : : shared_ptr-like pointers that can dangle.
Item 21: Prefer std : :make_unique and std : :make_shared to direct use of new.
Item 22: When using the Pimpl Idiom, define special member functions in the implementation file.
5.Rvalue References, Move Semantics, and Perfect Forwarding
Item 23: Understand std : : move and std : : forward.
Item 24: Distinguish universal references from rvalue references.
Item 25: Use std : : move on rvalue references, std : : forward on universal references.
Item 26: Avoid overloading on universal references.
Item 27: Familiarize yourself with alternatives to overloading on universal references.
Item 28: Understand reference collapsing.
Item 29: Assume that move operations are not present, not cheap, and not used.
Item 30: Familiarize yourself with perfect forwarding failure cases.
6.Lambda Expressions
Item 31: Avoid default capture modes.
Item 32: Use init capture to move objects into closures.
Item 33: Use decltype on auto&& parameters to std: :forward them.
Item 34: Prefer lambdas to std : : bind.
7.The Concurrency API
Item 35: Prefer task-based programming to thread-based.
Item 36: Specify std: :launch: :async ifasynchronicityis essential.
Item 37: Make std : : threads unjoinable on all paths.
Item 38: Be aware of varying thread handle destructor behavior.
Item 39: Consider voi_d futures for one-shot event communication.
Item 40: Use std : : atoni.c for concurrency, volatile for special memory.
8.Tweaks
Item 41: Consider pass by value for copyable parameters that are cheap to move and always copied.
Item 42: Consider emplacement instead of insertion.
Index
Effective Modern C++(改善C++11和C++14的42个具体做法 epub pdf mobi txt 电子书 下载 2024
Effective Modern C++(改善C++11和C++14的42个具体做法 下载 epub mobi pdf txt 电子书 2024Effective Modern C++(改善C++11和C++14的42个具体做法 mobi pdf epub txt 电子书 下载 2024
Effective Modern C++(改善C++11和C++14的42个具体做法 epub pdf mobi txt 电子书 下载评分
评分
评分
评分
评分
评分
评分
评分
Effective Modern C++(改善C++11和C++14的42个具体做法 epub pdf mobi txt 电子书 下载 2024