The Wayback Machine - https://web.archive.org/web/20111102152921/http://www.codeguru.com/cpp/cpp/cpp_mfc/callbacks/

    Callbacks

    How to make a virtual tree control -- really virtual

    A comprehensive article on how to make a CTreeCtrl really virtual -- good for handling large data trees.

    Callback Functions Tutorial

    Learn what callback functions are, what they help us achieve, and how to use them.

    C++ OO Callback Technique

    Write an callback method that is as object-oriented as possible.

    C++ Callback Demo

    See how callbacks can be done in a flexible way in C++!