Posted by charms on July 17, 2000 at 21:49:31:
In Reply to: Re: Ok I know everyone else is mostly finished with their program... posted by hussein on July 17, 2000 at 20:56:03:
: : So how do I go about this?
: look through your code for all the places where you are accessing an array and check if there is a possibility that the index could be out of bounds ...
thanks, got it!