I am trying to make a double array, but I keep getting an error Segmentation fault (core dumped)
when I make more than 105 elements in the array. I need to make 114 elements.
I am building my array with myarray[999]
and increasing the number doesn't seem to do anything.