Hi! My problem is that i have an object that needs to be in an array however the array must not be the same size each time I create an array.
I know that you would use the classType[] objectName={new classType(),new classType(),new classType(),etc};
That would only work if I had a knowledge of how many spots in the array I needed.
However, the amount of lines in a file can vary but that number won't vary after you've told the program what file it is so I must figure out a way to get an unknown constant into the program (the program finds the constant and then the constant stays put).
Thanks,
jt