Quote Originally Posted by Viper187
That's what I've been doing, and I broke the stack with it.
That's weird since the global array shouldn't be on the stack, although I believe that this is technically implementation detail.

I suggest that you post the smallest and simplest compilable program that demonstrates this problem (though of course we may have to modify the array size as needed if we want to try it). My guess is that somewhere, you have another array or something that is local.

Also, what is the version of the MinGW port of gcc that you are using?