Originally posted by waverdr9
Should I put that struct in the Simulation class or the Event class?
It shouldn't go into any class.

You should place the struct outside of any class, but put it into the source file where you have your Event class implemented.

Regards,

Paul McKenzie