[comp.lang.c++] Turbo C++ Stack Problem -- help needed

mvm@jedi.harris-atd.com (Matt Mahoney) (12/01/90)

In article <11753@milton.u.washington.edu> water1@blake.u.washington.edu (Dongxia Li) writes:
>
>	1. But I have not been able to find where in the menu to set stack-size!

I heard that you can set the stack size in Turbo C++ with:

#include <dos.h>
int _stklen = 1000;  // Or some large value
// Code follows...

PS. I haven't tried this
----------------------------
Matt Mahoney, MMahoney@epg.harris.com, (407) 727-5431