待掌握的问题

  • Java GC
  • Python GIL
  • Python 之 collections
    C++
  • auto 关键字
  • for-each 循环
  • 右值及移动构造函数 + std::forward + std::move + stl 容器新增的 emplace_back() 方法
  • std::thread 库、std::chrono 库
  • 智能指针系列(std::shared_ptr/std::unique_ptr/std::weak_ptr),智能指针的实现原理一定要知道,最好是自己实现过
  • 线程库 std::thread + 线程同步技术库 std::mutex/std::condition_variable/std::lock_guard 等
  • Lamda 表达式(Java 中现在也常常考察 Lamda 表达式的作用)
  • std::bind/std::function 库
posted @ 2021-10-14 20:46  流光之中  阅读(25)  评论(0)    收藏  举报