|
|
|
|
|
by hsn915
1430 days ago
|
|
assertion failures terminate the program immediately. exceptions usually trigger cleanup code. If your cleanup code is mostly closing files and clearing memory, then it's useless because the OS will do that for your crashed program anyway. |
|