Re: Newbie: calling the originating class ...

2006-08-15 Thread Diez B. Roggisch
donkeyboy wrote: > This is probably very straightforwards to someone with experience, but > I will try to explain my predicament: > > I'm trying to code a simulation, where you have a Simulation class that > knows everything about the simulation, and in turn classes that the > Simulation calls wh

Re: Newbie: calling the originating class ...

2006-08-15 Thread Steve Holden
donkeyboy wrote: > This is probably very straightforwards to someone with experience, but > I will try to explain my predicament: > > I'm trying to code a simulation, where you have a Simulation class that > knows everything about the simulation, and in turn classes that the > Simulation calls whe

Newbie: calling the originating class ...

2006-08-15 Thread donkeyboy
This is probably very straightforwards to someone with experience, but I will try to explain my predicament: I'm trying to code a simulation, where you have a Simulation class that knows everything about the simulation, and in turn classes that the Simulation calls when it wants to make new instan