Introduction to the Error Examples
This page gives access to examples of coding errors related to subjects covered in COP 3223H at UCF, as taught by Gary T. Leavens. Note that these are all negative examples; all the programs have some mistake, error, or problem in them.
Error Examples
Programming with C
Pointers
The program in dangling.c creates a dangling pointer and uses it. This gives a segmentation violation on Windows 10 under cygwin's gcc. Compare with ../examples/fixed_dangling.c
Last modified $Date: 2017/04/26 21:07:34 $.