allenchou.net
Function Pointers vs Member Function Pointers | Ming-Lun "Allen" Chou | 周明倫
My second semester at DigiPen has almost come to an end. For the project of this semester, we are required to write our code in strict C, no fancy C++ stuff like generics and polymorphism. In order to get around this limitation, our team used a technique described in this post to mimic object-orientation in