|
|
back to boardwhy i have Runtime error (stack overflow) with Visual C++ x64, but AC with G++ 9.2? Posted by >>> 6 Jul 2022 05:24 Why is there such a big difference between these two compilers and how do I know if I have solved this problem, it just feels like I wrote really dirty code and it somehow worked. Re: why i have Runtime error (stack overflow) with Visual C++ x64, but AC with G++ 9.2? Posted by Solver 30 May 2026 14:13 #pragma comment(linker, "/STACK:16777216") |
|
|