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.
DevC++ でスタック制限を設定することは可能ですか? Linuxで「ulimit -s」が行うのと基本的に同じです。
このオプションをld(リンカ) に与えてみてください:
ld
--stack reserve --stack reserve,commit このプログラムのスタックとして使用するために予約 (およびオプションでコミット) するメモリのバイト数を指定します。デフォルトは 2Mb 予約、4K コミットです。[このオプションは、リンカーの i386 PE ターゲット ポートに固有です]
--stack
http://sourceware.org/binutils/docs/ld/Options.html#Options