Posted by charms on July 17, 2000 at 20:49:04:
In Reply to: Re: Ok I know everyone else is mostly finished with their program... posted by Pete on July 17, 2000 at 19:29:22:
: : But, now everything is syntactically correct,
: : but its telling me ,"The instruction "0x00407fd"
: : referenced memory at "0x0044bda1". The
: : memory could not be written"." Any ideas??
: ____I don't suppose you've used any pointers yet, as the class hasn't done linked lists, so my guess is that you've indexed outside your array somewhere.
: __________________-pete
So how do I go about this?