C++ Function Pointers

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

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