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
Take a look at the boost signal library. Combined with the function and bind libraries, you can do exactly what you are looking for.