Hi,
I am trying to declare a 3D array with the size of 6,400 and 400 in each dimension using the code as following:
short matrix[6][400][400];
but actually it introduced a run time error "stack overflow" after surviving the compilation.So what's wrong with this code and how to fulfil my mission rightly?Thank u in advance.I use VS 2005 if it makes any difference.