Liste des Groupes | Revenir à cl c |
Am 27.04.2025 um 16:43 schrieb Kenny McCormack:In article <vulcf3$tsqb$1@raubtier-asyl.eternal-september.org>,
Bonita Montero <Bonita.Montero@gmail.com> wroteAm 27.04.2025 um 15:33 schrieb Bonita Montero:
>The platform with the most comfortable handling of division by zeroes>
is Windows. Win32 allows to catch that errors easily, whereas with
Posix it's hard to continue the code in the same function or with
a calling function.
#include <Windows.h>
Burp!
#include <stdio.h>
>
using namespace std;
Burp again! Are you confused about which newsgroup this is?
Ignore it it you target a different platform. But it would be nice
if such problems were handleable that convenient in any lanugage.
This C-addition exists since the beginning of the 1993, when NT
3.1 was born. With Unix you'd have to use signals, wich are totally
ugly since you couln't return to a different execution-context in
the same function.
Les messages affichés proviennent d'usenet.