Functional Morphing: Callbacks / Delegates I’ve always found the C++ methods for implementing callback functions etc to be rather messy. It’s another victim of the reluctance of the C++ old-guard to accept the introduction of interfaces. Look, I don’t want to allow user transformation of my objects, I want them to be fixed, set sizes. [...]