| 
 | 
back to boardIf you have Runtime error #9 (stack overflow) in Visual C++ Posted by  Izaron 27 Jul 2017 23:09 Insert this magic line before the code   #pragma comment(linker, "/STACK:36777216")   And it works! Re: If you have Runtime error #9 (stack overflow) in Visual C++ That is not magic That line sets stack size to 16 MB And you forgot the most important thing The code works ONLY  with Microsoft Visual C++  |  
  | 
|