Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Just wondering if someone can point to any tutorial onCallback Functions with some good examples
It is a mechanism by which you can call another static function by using its function pointer . Very useful when u do a layered class architecture . U could pass data from one class to another and provide filtering too.
http://www.codeproject.com/cpp/callbacks.asp?target=callback|mfc