User: ceyx

  • Public profile

User profile: ceyx

User info
User name:ceyx
History
Joined:
Number of posts:8
Latest posts:

for each
yes, listener is an object of type Listener ("Listener.h") and yes, listeners is a vector but since ...

for each
so if i get you right, i'd rather make an interface regarding the observer pattern ? another way of...

for each
here's my Listener.h file : [code]class Listener { public: void update(); };[/code] i hav...

for each
oh ok, but in methods above (addListener & removeListener) the compiler doesn't complaint about List...

for each
no 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