First test the array bound checks. May be some where array is trying to assign value more then declared.
ex: code causing memory crash :
int arr[255];
;
;
;
arr[i] = x; where i>=255
Wednesday, September 10, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment