Directory > Computers > Programming > Languages > C++ > FAQs, Help, and Tutorials > Function-Pointers and Callbacks C++ Callback Solution A solution to the problem of passing class methods as Callbacks in the C++ language using a template pattern. http://www.partow.net/programming/templatecallback/index.html Reviews Rating: Not yet Rated
Whois Check
Tutorial: Function Pointers Short tutorial with example code. http://www.cs.kau.se/~donald/ds_alg/webstuff/JS01_funcptr.html Reviews Rating: Not yet Rated
Whois Check
myelin: Implementing delegates in C++ An implementation of .NET delegates with C# syntax in straight C++ using a preprocessor. http://www.myelin.co.nz/notes/callbacks/cpp-delegates.html Reviews Rating: Not yet Rated
Whois Check
Callbacks in C++ Information on implementing callbacks in C++, a free callback library, and sourcecode. http://members.chello.be/sf15772/programming/callback/ Reviews Rating: Not yet Rated
Whois Check
Callbacks in C++: The OO Way By Jurgen Hermann. What are Callbacks? A simple Thread class. Thread implementation. A real Thread class. http://www.etsimo.uniovi.es/cscene/topics/misc/cs7-04.xml.html Reviews Rating: Not yet Rated
Whois Check
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. http://www.tutok.sk/fastgl/callback.html Reviews Rating: Not yet Rated
Whois Check
Callbacks A short page about callbacks and functors. http://mccammon.ucsd.edu/~oompaa/Oompaa/oompaa/global/doc/callback.html Reviews Rating: Not yet Rated
Whois Check
Using Member Function Pointers A detailed article from the borland community. http://www.vmlinux.org/jakov/community.borland.com/15837.html Reviews Rating: Not yet Rated
Whois Check
The Function Pointer Tutorials Introduction to C and C++ function pointers, callbacks and functors by Lars Haendel. http://www.function-pointer.org/ Reviews Rating: Not yet Rated
Whois Check
|