C++

  1. C++11语法特性

    1. 初始化列表

    2. 四种cast

    3. 委托构造和继承构造

    1
    
    using Base::Base;
    
    1. 关键字
    • auto
    • decltype
    • final/override
    • default/delete/explicit
    • const/constexpr
    • using/deftype
    • thread_local
    1. Lambda 表达式

      • lambda
      • std::function
      • std::bind
    2. 智能指针

Network

OS

Redis

手撕代码