Tags

C++

  • 2010-12-16

    C++ callbacks to member functions

    How to properly do callbacks to C++ member functions is something that has intrigued me for some time now.  There are a number of solutions, none of which I really liked.  But now with the std::tr1::function and std::tr1::bind functions, th…