Continuing my discussion of How can I make a callback function a member of my C++ class? Common special cases for wanting to use a member function as a
callback function are the window procedure and its cousin the
dialog procedure.
The question, then, is where to put the reference data. Let's start with window procedures.
The Create...