
|
|
|
|
Home / Computers / Programming / Languages / C++ / FAQs, Help, and Tutorials / Function-Pointers and Callbacks
|
|
|
|
Web Sites
|
- Callbacks - A short page about callbacks and functors.
mccammon.ucsd.edu/~oompaa/Oompaa/oompaa/global/doc/callback.html
- Callbacks in C++ - Information on implementing callbacks in C++, a free callback library, and sourcecode.
www.primenet.com/~jakubik/callback.html
- 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.
www.tutok.sk/fastgl/callback.html
- Implementing delegates in C++ - An implementation of .NET delegates with C# syntax in straight C++ using a preprocessor.
homepages.paradise.net.nz/pp/notes/callbacks/cpp-delegates.html
- LGDC | Callbacks in C++ - An extensive tutorial on how to implement a flexible, typesafe callback mechanism in C++.
sunsite.dk/lgdc/articles.php3?mode=body&articleid=5&LGDCSession=241be9f46c56169151311b83a1e13408
- The Function Pointer Tutorials - Introduction to C and C++ function pointers, callbacks and functors by Lars Haendel.
www.function-pointer.org
- Tutorial: Function Pointers - Short tutorial with example code.
www.cs.kau.se/~jorgen/courses/dsa/tutorial/funcptr.html
- Using Member Function Pointers - A detailed article from the borland community.
www.vmlinux.org/jakov/community.borland.com/15837.html
|
|
|
|
|