for eachyes, listener is an object of type Listener ("Listener.h") and yes, listeners is a vector but since ...
for eachso if i get you right, i'd rather make an interface regarding the observer pattern ? another way of...
for eachhere's my Listener.h file : [code]class Listener { public: void update(); };[/code] i hav...
for eachoh ok, but in methods above (addListener & removeListener) the compiler doesn't complaint about List...
for eachno this is not pseudo-code, this is a "for in" loop suggested by XCode. here's the modified code th...
This user does not accept Private Messages