I have written a simple program that reads in 30 first names from a txt file into an array and 20 surnames from another txt file into another array. All I want to know is, is it possible to create an array with no size specified, have the size defined by the number of names I read in from the txt file.
Does that make sense?