C++ Callbacks
14:11:24 Sunday, April 26, 2009 in
College, Technology
Good ‘oul C++, all these magic intricacies.
m_CheckDifficultListener = new nsCEQGameCheckCorrectCallback( this );
and
m_CheckCorrectListener = new nsCEQGameCheckCorrectCallback( this );
will actually call the same callback.
Time to find bug: 2 hours