Namensräume
Varianten

Error handling

Aus cppreference.com
< c

 
 
Fehlerbehandlung
Fehlercodes
Original:
Error codes
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Fehlercodes
errno
Assertions
Original:
Assertions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
assert
 

[Bearbeiten]Types

definiert in Header <errno.h>
definiert in Header <stdio.h>
errno_t
(C11)
the type of errno value
(typedef)

[Bearbeiten]Fehlernummern

definiert in Header <errno.h>
Makro, das auf POSIX-kompatiblen lokalen Thread-Fehler-Nummer variable
(Makro-Variablen) erweitert
Original:
macro which expands to POSIX-compatible thread-local error number variable
(Makro-Variablen)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
[edit]
Makros für Standard-POSIX-kompatiblen Fehlerbedingungen
Original:
macros for standard POSIX-compatible error conditions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(Makro konstant)[edit]

[Bearbeiten]Assertions

definiert in Header <assert.h>
bricht das Programm ab, wenn vom Benutzer angegebene Bedingung nicht true. Kann für Release-Builds deaktiviert zu sein
Original:
aborts the program if the user-specified condition is not true. May be disabled for release builds
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(funktionieren Makro)[edit]
issues a compile-time diagnostic if the value of a constant expression is false
(funktionieren Makro)
close