Liste des Groupes | Revenir à cl c |
Am 07.06.2025 um 21:56 schrieb wij:
>I see std::filesystem as evidence that C++ finally admits the deficiency of>
its advance error handling system (std::exception). But the result is worse
than C.
That's just a mere assertion without any facts. In fact, exception
handling makes error handling possible with a fraction of the code
length, because most parts of the code don't need to handle errors,
whereas in C they do. In C every call level has to deal with erorrs,
whereas in C++ only one level at the upper edge has to catch the
errors.
Les messages affichés proviennent d'usenet.