小编Ray*_*eng的帖子

Visual Studio C/C++数组大小未处理的异常堆栈溢出

可能重复:
什么是堆栈溢出错误?

当我声明大小为4096*1024的大型数组时,就会发生这种情况

First-chance exception at 0x01382e97 in nsfclient.exe: 0xC00000FD: Stack overflow.
Unhandled exception at 0x01382e97 in nsfclient.exe: 0xC00000FD: Stack overflow.
Run Code Online (Sandbox Code Playgroud)

我该怎么做才能在Visual Studio中声明大数组?

c visual-studio-2010

6
推荐指数
1
解决办法
2万
查看次数

标签 统计

c ×1

visual-studio-2010 ×1