Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

C++ program error: unhandled exception in mnas5.exe

Status
Not open for further replies.

fatma1000

Banned
Joined
Apr 30, 2006
Messages
147
Helped
3
Reputation
6
Reaction score
2
Trophy points
1,298
Location
eygpt
Activity points
0
helpdez

when i run my program in c++ i have no error in compile but for run i have this message
"unhandled exception in mnas5.exe.:0xc00000FD,stack over flow"
please explain it to me
 

Re: help10 c++

is this messege is shown by compiler visual in black window or it is given by windows

there r many possibilities

1)your .cpp file has such coding that if a required input is not available it will show address and give this messege

2)your compiler instalation would b corrupt
3)u r not using an administrator account on windows
4)ur RAM is full


normally when we studied c++ we used such codes at display if the RAM gets full
 

help10 c++

stack overflow, as ehsanelahimirza stated, is usually mem leak that causes an error.
 

Re: help10 c++

Stack overflow can occure if you have very deep recursive function call. This will cause stack to overflow. Run the program under debugger, and see where it fails.
 

Re: help10 c++

Anno said:
stack overflow, as ehsanelahimirza stated, is usually mem leak that causes an error.

memory leak or memory lack
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top