i wrote a small program which is throwing SEGV exception, in my program i can able to identify the error. But in general i want to catch the system related exception like SEGV and other exceptions through my C++ code.
Provide me some usefull links about it..
Can any one help me in how to catch these kind if system related exceptions?