Hi,
Is there a max on defining a 3 dimensional array? For instance, is this too big of an integer array:
int array[99][101][400];
Does anyone know the max? The reason I ask is that I am getting a core dump near here and I can't think of any other reason why it might be happening.
Thanks.
Tyler
Is there a max on defining a 3 dimensional array? For instance, is this too big of an integer array:
int array[99][101][400];
Does anyone know the max? The reason I ask is that I am getting a core dump near here and I can't think of any other reason why it might be happening.
Thanks.
Tyler