On Sat, Aug 20, 2011 at 4:04 PM, Gabriel Beddingfield <gabrbedd@gmail.com> wrote:
IMHO, You're more or less going in the right direction. There's two main ways to structure your EventType.. and they are both essentially using inheritance. We'll call them "The C way" and "The C++ Way". They are more or less equivalent.
Thanks for that! I like the C++ way, it seems more in line with my way of doing things... I spose I just gotta go derive some classes now :)