I\'m not sure how to look for this online... I think they might be called something different in C++
I want to have a simple event system, somthing like
The observer pattern from the GOF is pretty much what you want.
In the book, it has C++ code for this...
Also, as always, Boost has stuff you can make use of as well