C++14 FAQs
Chandra Shekhar Kumar
- 出版商: CreateSpace Independ
- 出版日期: 2014-06-19
- 售價: $580
- 貴賓價: 9.5 折 $551
- 語言: 英文
- 頁數: 104
- 裝訂: Paperback
- ISBN: 1500239879
- ISBN-13: 9781500239879
-
相關分類:
C++ 程式語言
下單後立即進貨 (約1週~2週)
買這商品的人也買了...
-
$534$507 -
$354$336 -
$2,100$1,995 -
$1,194$1,134 -
$454Linux 設備驅動開發詳解 : 基於最新的 Linux4.0 內核
-
$505深度探索嵌入式操作系統(從零開始設計架構和開發)
-
$320$288 -
$301推薦系統 (Recommender Systems: An Introduction)
-
$250樹莓派 + 傳感器:創建智慧交互項目的實用方法、工具及最佳實踐
-
$1,350$1,283 -
$709推薦系統(技術評估及高效演算法)
-
$254Raspberry Pi 機器人開發指南 (原著第2版)
-
$403軟件保護及分析技術——原理與實踐
-
$490$382 -
$500NLP 漢語自然語言處理原理與實踐
-
$505深入分析 GCC
-
$658多核與 GPU 編程:工具、方法及實踐
-
$480$408 -
$680$537 -
$520$406 -
$354$336 -
$1,216$1,152 -
$250機器學習線性代數基礎 (Python 語言描述)
-
$474$450 -
$714$678
商品描述
This book contains selected questions related to C++14 with detailed solutions to all of these which will help the reader to hone her skills to solve a particular problem.
Primary sources of this collection are:
Primary sources of this collection are:
- Advanced C++ FAQs: Volume 1 : Fundamentals
- Advanced C++ FAQs: Volume 2 : Generic Programming
- Advanced C++ FAQs: Volumes 1 & 2
- variable templates
- Constexpr static data members of class templates
- constexpr function templates ....
- static data member template
- specialization of variable template
- default argument and specialization of variable template
- lambda and variable template
- variable templates variables vary
- auto variable templates
- valid specialization but error ?
- variable templates and lambda revisited
- Incremental improvement to integral constant
- is same musings
- auto variable template and generic lambda
- constexpr member functions and implicit const ....
- constexpr vs static vs uninitialized
- constexpr vs member function revisited
- deprecated attribute
- Member initializers and aggregate class ....
- Data Member initializers
- time duration literals ...
- Compile Time binary Literal Operator
- Square Literal Operator
- Type Transformation Aliases
- unique ptr vs make unique as function argument
- make unique as perfect forwarding guy
- make unique and new ....
- make unique and default initialization with T[]
- Extend make unique : Support list initialization T[]
- Extend make unique : Value Initialize T[]
- Extend make unique : T[N]
- allocate unique
- Compile-time integer sequences
- Simplified Creation of std::integer sequence
- std::index sequence
- Custom Sequence : Addition ....
- Custom Sequence : Split
- Extract from tuple
- convert std::array to std::tuple
- Piecewise construction of std::pair
- Compile Time Integer Sequence Simplified
- sfinae and represent type of function
- metafunction : check presence of type member
- std::common type and sfinae
- Contextual Conversion
- Single quotation mark as digit separator
- Binary Literals
- auto return type in function declaration
- return type deduction for function
- return type deduction for lambdas ....
- decltype(auto)
- return type deduction for function templates
- explicit instantiation and auto
- return type deduction and virtual
- deduce return type
- generalized lambda capture
- generic lambda and product vector
- generic lambda
- generic lambda definition
- conversion function of generic lambda
- generic lambda quiz
- Preventing Name Hijacking
- Find First Null Pointer in a Container
- Generic Operator Functors
- Exchange Utility
- Addressing Tuple By Type
- Quoted manipulators
- Null Iterator
- std::move is rvalue cast
- C++14 Compiler