> > The reason you aren't seeing a crash is that the compiler (actually it will > be the OS) has probably allocated a larger block of memory than you asked > for, and there aren't any additional run-time checks that might detect the > invalid accesses. >
So, is there any function to run-time checking here that I can use? And why did the OS allocated more space ? [Non-text portions of this message have been removed]
