[WIP]Practical Modern C++

A Free C++ Book

Work In Progress

  1. Basis
    1. 输入输出
    2. array vector
    3. list
    4. 多线程
    5. type_traits
    6. std::move
    7. 可变参数模板函数
    8. Forwarding Reference
    9. 可变参数模板类
  2. Algorithm
    1. 排序
  3. Library
    1. Boost
    2. Folly
    3. Poco
    4. GUI
    5. v8
    6. lua
  4. Build System
    1. CMake
    2. gclient
  5. Production
    1. in iOS
    2. in Android
    3. in React Native
    4. in Flutter
  6. More Modern
    1. C++14
    2. C++17
    3. C++20
  7. Debug C++
  8. Reverse Engineering C++