Relative Content

Tag Archive for c++exception

Where is EXC_BAD_ACCESS defined in C++?

I’m getting EXC_BAD_ACCESS indicating a null or bad pointer. I would like to catch it to protect my users from a crash. But where is it defined? So far I am doing