Enum Class

Choose enum class over enum for type safety.

Read more

Theading Pool

  1. Basic threading pool
  2. Advanced threading pool
Read more

Vtable in C++

Also known as virtual function table, dispatch table.

Read more