to C++ observer template by jonbaine
#include <iostream> #include <iterator> #include <deque> // Implementation of the observer pattern // its implemented in the java way :D