help me


 
Thread Tools Search this Thread
Top Forums Programming help me
# 1  
Old 11-08-2005
help me

Hi all
about this error

Memory fault(coredump)

I really don't know how to fix it .
what is it about
# 2  
Old 11-08-2005
Quote:
Originally Posted by iwbasts
Hi all
about this error

Memory fault(coredump)

I really don't know how to fix it .
what is it about

whether u r using pointers in the program???.... can u post the code???
# 3  
Old 11-08-2005
Quote:
Originally Posted by iwbasts
Hi all
about this error

Memory fault(coredump)

I really don't know how to fix it .
what is it about
It means that your program is attempting to use some area of memory it's not supposed to. What can cause that? Writing or reading past the end of arrays, using uninitialized pointers, and such.
# 4  
Old 11-08-2005
Thank you so much
I've already correct it .
It was because declare a file name but not exist
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question