What I would like to do is put in a vector or array, information from a txt
file without prior knowledge of the number of "entries" to know the size of the array or array.
With the size of the array or array, I can invoke the function malloc
and then read the contents of the file.
Could someone advise me the best way to do it? Thank you.