C++C++2.0

C++11/14/17

2018-07-13  本文已影响2人  BigMZ
  1. 关键字:
     auto, nullptr, explicit, final, override, constexpr, decltype, long long, default, delete,
     sizeof...,
  2. 新库:
    <chrono>, < regex >
  3. 新类:
     allocator, begin, end,
  4. std::function bind
  5. 列表初始化
  6. for循环
  7. 左值右值,static_cast
  8. move, forward
  9. 除法取整规则
  10. type_traits
  11. optional
  12. 委托构造&继承构造
    12.内存对齐
    13.便利算法
  13. 枚举/Union
  14. noexcept
  15. inline namespace,

STL:
vector: 初始化,vectors定义, shrink_to_fit
bitset操作
array, forward_list
cbegin, cend
swap,
emplace_back
unordered container
pair返回值
make_move_iterator
tuple

大项:
智能指针
多线程
模板
lambda表达式

上一篇下一篇

猜你喜欢

热点阅读