Three possibilities of “unhandled exception: 0xc0000005: access conflict when reading location 0x00000000”

3 possibilities

1 “data out of bounds or defined pointer not freed.
2: Null Pointers are most likely. It is best to explicitly assign values before using Pointers!
should be a pointer problem
3 “memory access error, check the pointer, whether empty, whether out of bounds, etc

Read More: