宝宝半岁了

里程碑:6个月,时间过得好快,一转眼就长大了

Read more

ThreadPool 2

Design a ThreadPool model with advanced features.

Read more

C++ Function Pointers

Introduce 4 ways to define function pointers in C++.

  1. Traditional
  2. typedef
  3. using
  4. std::function
Read more