Dumb question. but can you do this. (these are global variables by the way)
int size;
double Values[size];
If Im getting the SIZE from a file?
I know you probably can't, but maybe theirs some way to readjust the size based on the number I read in from the file (like say I read in 7, I know Values will have to be of Size 7).
The compiler complains, but Im wondering if their is some workaround. (these have to stay as global variables btw.