This is a discussion on Memory Error within the C and C++ forums, part of the Programming Talk category; What are the memory access violations errors one can get normally in a C programming language? Can someone provide important ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
One of the common memory access violations errors one can get normally in a C programming language is the segmentation fault. A segmentation fault occurs when a program attempts to access a memory location that it is not allowed to access, or attempts to access a memory location in a way that is not allowed.
|
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| comp.lang.c Answers (Abridged) to Frequently Asked Questions (FAQ) | Steve Summit | Tech FAQ | 0 | 06-15-2004 07:00 AM |
| comp.lang.c Answers to Frequently Asked Questions (FAQ List) | Steve Summit | Tech FAQ | 0 | 06-01-2004 07:00 AM |
| Comp.Sys.Acorn.FAQ part 2 of 4 | Paul Vigay | Tech FAQ | 0 | 05-31-2004 09:00 PM |
| Apple II Csa2 FAQs: Error List, Part 8/25 | rubywand@swbell.net | Tech FAQ | 0 | 05-04-2004 10:01 AM |
| Comp.Sys.Acorn.FAQ part 2 of 4 | Paul Vigay | Tech FAQ | 0 | 04-30-2004 09:00 PM |