Hi,
I was wondering what is the difference between signal handling and exception handling in Linux? In what case use signal handling and which case to use exception handling?
By signal I mean e.g. SIGXFSZ, SIGFPE. SIGSEGV...
Thanks!