|
|
|
|
|
by dcuthbertson
3569 days ago
|
|
I've been writing software in C and C++ for a long time. Crashing is never a good user experience, so avoid it. If something unexpected happens, catch and report the error, then carry on, if possible, or gracefully exit otherwise. |
|