So if you're somewhat familiar with C++ you know you can't easily implement a nice generic delegate that works for both static classes and member functions of all classes. However, with some research and thought, you will realize it's not as hard as you think!

First, I would like to share this ar...

Continue reading...