G
Guest
Hi, I have a question about array in vc++. I initialized an array from 0 to
480 using memset. and I just realized that in one instance of my code i am
putting a value in array position -2, which the array does not have. will
this action cause a problem if i try to use delete to deallocate the array
from memory?? thank you in advance! help is greatly appreciated!
480 using memset. and I just realized that in one instance of my code i am
putting a value in array position -2, which the array does not have. will
this action cause a problem if i try to use delete to deallocate the array
from memory?? thank you in advance! help is greatly appreciated!