Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 vs2010 c++ 来处理图像。
我的图像是 1920 x 1200 的数组。
我什至不能声明:
unsigned short frame [1920*1200];
由于堆栈溢出。
如何增加堆栈大小?
在 Visual Studio 中,您可以通过这种方式增加堆栈大小
属性 -> 配置属性 -> 链接器 -> 系统 -> 堆栈保留大小