DevC++中
工具\(\rightarrow\)编译选项
在编译时加入以下指令处打上勾子
同时加入以下代码
-Wl,-stack=134217728
\(134217728=128*1024*1024\)
即\(128MB\)的空间。
附:C++11的命令同样加上
-std=c++11