
October 17th, 2012, 02:06 PM
|
|
Registered User
|
|
Join Date: Mar 2011
Posts: 27
Time spent in forums: 4 h 41 m 25 sec
Reputation Power: 0
|
|
|
Arrays of Component Objects
Before I give detailed examples, can anyone provide any insight into tips or tricks on creating arrays of objects? I'm currently attempting to create these arrays and it is giving me a bit of a problem.
I am attempting to create a main User structure that holds multiple variables including an array of account objects. Each account object has parameters as well as an array of sub-objects.
I am able to create the first array of objects, but when I refer to a function within one of those objects to create a sub-object, my code yells at me.
I can provide details later, but looking for any inside tips or tricks I may be forgetting first.
Thanks
|