I would like to make a "changable" array.
Meaning:
- Not initializing the size.
- Add arrays to the array.
- Remove arrays from the array.
I expect the array size to be 9million or something similar.
Was not sure the best plan of attack after googling and reading books.
Small example if you could please of the 3 points.
Thanks, Regards X.