Hello, I need to read in data from a file and store it in an array. I however need to keep my array of an unspecified size until I start reading it in. I want to create a function and have my array be the return value of this function.
How do I call my function so that I keep the array size unspecified until I'm inside the function?