Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> Does VB6 not have any other mechanism for function pointers?

Not really:

https://www.codeproject.com/Articles/19239/Compilers-Demysti...

COM interfaces might count, but that's more of a reference to a COM object which can have many member methods besides a single function (though the concept of using only interface-types to pass around function-pointers is Java's chosen approach, and I don't know anyone who still maintains this was a good idea...)



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: