Hey, i just got alil problem. Im trying to create a 2d array with a size of [1000][1000]...
double variable[1000][1000] = { 0 };
its compiles fine but when i run the program, it just crashes...is the array too big?? the maximum i can get is [300][300]...any ideas??