|
|
|
|
|
by userbinator
125 days ago
|
|
As others have commented already: if you want to use C++, use C++. I suspect the majority of C programmers neither care nor want stuff like this; I still stay with C89 because I know it will be portable anywhere, and complexities like this are completely at odds with the reason to use C in the first place. |
|
I would not introduce zig’s errdeferr though. That one would need additional semantics changes in C to express errors.