Array bounds checking with C????

Frank [Who me?] Kuan kuan at iris.ucdavis.edu
Sat Aug 25 12:01:11 AEST 1990


	Why is it that most C compilers don't seem to support this
	nifty little feature?

	I'm working on a large project, and two of the worst debugging
	nightmares I've had were due to memory being overwritten from
	over indexing an array.

	I was thinking about writing some kind of preprocessor to
	check for this. Has anyone already written something like
	this?

	Thanks in Advance.



More information about the Comp.lang.c mailing list