I am using Visual C++ 6 IDE,with 512MB RAM. I have coded a recursive
function that has a correct end condition for recursion. There is no
infinite recursion.
For some input data,the recursive function gets called so many times
that it causes a 'First-chance exception in a.exe: 0xC00000FD: Stack
Overflow.'
How do i increase the size of the program stack?
function that has a correct end condition for recursion. There is no
infinite recursion.
For some input data,the recursive function gets called so many times
that it causes a 'First-chance exception in a.exe: 0xC00000FD: Stack
Overflow.'
How do i increase the size of the program stack?
Comment