Posted 2024-09-10 Joe Chu cppa minute read (About 185 words)C++ Function PointersIntroduce 4 ways to define function pointers in C++. Traditional typedef using std::function Read more