Designing Callbacks in C++ – Part 1: Function Pointers

In this article we will discuss what is a callback and what types of callbacks we can have in C++ and how to Design Callbacks as function pointers.

Designing Callbacks in C++ – Part 1: Function Pointers Read More »