Run Time Error

Write here if you have problems with your C++ source code

Moderator: Board moderators

Post Reply
Moni
Experienced poster
Posts: 202
Joined: Fri Mar 22, 2002 2:00 am
Location: Chittagong. CSE - CUET
Contact:

Run Time Error

Post by Moni »

:) I am not so experienced but few things I know about Run-Time-Errors.
One of them is the array size and other is the dangling pointers. Using pointers to local variable of another functions.

:-? But without these I have got many Run-Time-Errors. So I need to know what else can make these errors. :(
ImageWe are all in a circular way, no advances, only moving and moving!
lnr
Experienced poster
Posts: 142
Joined: Sat Jun 30, 2007 2:52 pm
Location: Dhaka,Bangladesh

Re: Run Time Error

Post by lnr »

Divide by zero may be one of them.
And array index out of range.
Post Reply

Return to “C++”