english deutsch
C++ Callback Solution
A solution to the problem of passing class methods as Callbacks in the C++ language using a template pattern.
Callbacks
A short page about callbacks and functors.
Callbacks in C++
Information on implementing callbacks in C++, a free callback library, and sourcecode.
Callbacks in C++ Using Template Functors
A detailed paper by Rich Hickey on the concept of callbacks and the usage of template functors to realize them.
Callbacks in C++: The OO Way
By Jurgen Hermann. What are Callbacks? A simple Thread class. Thread implementation. A real Thread class.
myelin: Implementing delegates in C++
An implementation of .NET delegates with C# syntax in straight C++ using a preprocessor.
The Function Pointer Tutorials
Introduction to C and C++ function pointers, callbacks and functors by Lars Haendel.
Tutorial: Function Pointers
Short tutorial with example code.
Using Member Function Pointers
A detailed article from the borland community.