I want the array to be a member of a class .....is this correct : string array[12] ??
and let's say I use a constructor to initialize the values then does the constructor need a loop?
I tried creating the array and initializing it without using classes or objects and that was a lot easier for me but I would like to learn to deal with arrays as class members
ok, so if i'm using an integer or class object data type, then what happens to the constructor initialization for the array when the user inputs the array values?