Sujet : Re: encapsulating directory operations
De : Bonita.Montero (at) *nospam* gmail.com (Bonita Montero)
Groupes : comp.lang.cDate : 09. Jun 2025, 11:58:07
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <1026enf$gfc6$1@raubtier-asyl.eternal-september.org>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
User-Agent : Mozilla Thunderbird
Am 09.06.2025 um 11:20 schrieb
Muttley@DastardlyHQ.org:
Did you actually read what I wrote? Obviously in C++ you'd use exceptions
but in C without any kind of built in exception mechanism they're better
than nothing if you want to jump out of a deep stack.
I ask myself if setjmp() / longjmp() with manual unwinding then is
cheaper than to just have error-returns.