Mail Archives: djgpp/1996/10/25/15:42:19
> > Did anybody thougt about including the
> >
> > 'Bounds Checking for C'
> > (see http://www-ala.doc.ic.ac.uk/~phjk/BoundsChecking.html)
>
> > option in a DJGPP build compiler? Most time I just turn around and
> > around
> > to find those little stupid errors accessing arrays, dynamic chains, ...
>
> Hmmm, anybody have any opinions?
What does this option do? AFAIK there is no compile-time check for
bounds that is possible in C. If it is a runtime check, then I'm very
much against it. There are utilities to help programmers find memory
leaks and they are best left optional.
-- Marc Singer
- Raw text -