Hello,
I have a class (Tworld) that contains an array of TAgents (both defined by me). I need the instances of TAgent to be able to look up at an instance of World. My attempts so far have resulted in compilation errors. What is the best way to accomplish this task?
Thank you,
Frank
I have a class (Tworld) that contains an array of TAgents (both defined by me). I need the instances of TAgent to be able to look up at an instance of World. My attempts so far have resulted in compilation errors. What is the best way to accomplish this task?
Thank you,
Frank