Scripts posted recently tagged to observer in Kelpi

1- 1 of 1.

C++ observer pattern implementation

to C++ observer template by jonbaine

#include <iostream>
#include <iterator>
#include <deque>
// Implementation of the observer pattern
// its implemented in the java way :D
hits counter