Unhandled exception at 0x00007FF668AF3E47 in macarie.exe: 0xC00000FD: Stack overflow (parameters: 0x0000000000000001

Stefan Capalnasan 0 Reputation points
2025-03-14T08:32:24.1+00:00

i was just trying to write a code for school and when i tried to run it, that showed up :
"Unhandled exception at 0x00007FF668AF3E47 in macarie.exe: 0xC00000FD: Stack overflow (parameters: 0x0000000000000001" i dont know what i can really do. can someone please help me out?

Developer technologies | C++
{count} votes

1 answer

Sort by: Most helpful
  1. RLWA32 49,551 Reputation points
    2025-03-14T08:52:53.3166667+00:00

    A common cause of stack overflow is the use of recursive functions. You should step through your code in a debugger to verify the content of variables and the flow of execution. If you post your code so we can see it the community can give you more targeted advice.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.