On 2/25/2015 8:39 AM, Manu via Digitalmars-d wrote:
I'll take the possibility that an ignored error code may not result in a hard-crash every time.
If you want some fun, take any system and fill up the disk drive to just short of capacity. Now go about your work using the system.
You'll experience all kinds of delightful, erratic behavior, because real world C code tends to ignore write failures and just carries on.