Im trying to create a program where you can create new 'records' of people (name,age etc). How is this possible? i know about arrays, but in my case im not sure how many records there will be, is there a ++ increment method of increasing the array if needed, and storying the details inside it? thanks..