Basically I will only know the size of the array once the user enters it in the command line.
I'm not sure how to tell the global array to be that size. Should I just do that with malloc()
? This array should be global because it will be shared by threads.