c program doesn't work with large arrays size

后端 未结 0 1591
死守一世寂寞
死守一世寂寞 2020-12-11 08:34

I have this code, i\'m reading a binary .dat file

static unsigned long BufferSize = 6000;
int i=0;
FILE *ptr;
unsigned long buffer2[5000031];

ptr = fopen(&qu         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题