|
|
back to boardCommon BoardWhat is the reply "access violation" mean? as title what is "ACCESS VIOLATION" mean? does it mean I use the illegal memery? thanks......... Re: What is the reply > as title > what is "ACCESS VIOLATION" mean? > does it mean I use the illegal memery? > thanks......... yes such as array s[30], but you access s[-1]???? I don't know maybe if you have s[100],i,so s[101] is I?? so it's not violation? but when you access s[1000], surely got that message |
|
|