Friday, July 1, 2011

Functors in VBA - CodeProject

Visual Basic for Applications logoImage via WikipediaIntroduction to Article

This article suggests an implementation of functors (i.e. function objects) in ATL for VBA/VB6 consumption.

VBA comes with very little support for pointers and no support for function pointers apart from the AddressOf operator. I have been working with Excel VBA for the past few years and I often feel that access to function pointers would make my life much easier when it comes to generic programming.


Functors in VBA - CodeProject
Enhanced by Zemanta

No comments: