Access violation!
You’re touching some parts of memory which probably is forbidden to your program. Dereferencing a pointer which points to an unknown place is undefined behavior.
Access violation!
You’re touching some parts of memory which probably is forbidden to your program. Dereferencing a pointer which points to an unknown place is undefined behavior.