Call me crazy, but I really like Flash’s EventDispatcher class – it’s simple, powerful and most of all relatively fast.
I felt the need to take EventDispatcher outside of my flash projects to my more advanced C++ ones. This turned out to be quite an easy task.
Instead of a boring ‘download code’ link, I will write the steps of implementing it using C++’s STLs, just because I feel like writing.
Continue reading