Hi all,

I am developing a program in Cee which uses several arrays, and which is 
crashing.
Eg. ..  int array[101]; and using elements from 0 up to 100.
I have discovered that by declaring the array with one extra element cures the 
problem,
Eg. ..  int array[102]; and again using only elements up to 100.
This seems to happen with both global arrays, or arrays created from malloc,
although the crash is different in either case.
I was wondering if anyone has experienced this as well.


Kind regards,
Michael Bulford
_______________________________________________
QL-Users Mailing List

Reply via email to