【求助】数组范围问题
我在vc6.0中定义数组float ct[507][500]时程序可成功运行,但如果再增大数组范围就会出现错误提示,提示如附件,我定义了如下变量,是否我变量定义的太多了?fstream accfile,dirfile,timefile,contimefile;
char str1[20],str2[20],str3[20];
int n=0, sign=0, ro=1,co=0, ncols=0,nrows=0;
float acc[1000],time[1000];
int dir[1000],col[1000],row[1000];
int i,j,k;
int nn;
float ct[508][500];