◐ Shell
clean mode source ↗

Program support utilities – cppreference.com

Aus cppreference.com

<metanoindex/>

Beendigung des Programms

Die folgenden Funktionen verwalten Beendigung des Programms und Ressourcen cleanup .

Original:

The following functions manage program termination and resource cleanup.

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

definiert in Header <cstdlib>

verursacht abnormale Beendigung des Programms (ohne Reinigung)

Original:

causes abnormal program termination (without cleaning up)

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(Funktion) [edit]

verursacht normale Beendigung des Programms mit dem Aufräumen

Original:

causes normal program termination with cleaning up

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(Funktion) [edit]

verursacht normale Beendigung des Programms, ohne sie komplett aufräumen

Original:

causes normal program termination without completely cleaning up

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(Funktion) [edit]

(C++11)

verursacht normale Beendigung des Programms ohne Reinigung

Original:

causes normal program termination without cleaning up

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(Funktion) [edit]

registriert eine Funktion auf

exit()

Aufruf aufgerufen werden

Original:

registers a function to be called on

exit()

invocation

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(Funktion) [edit]

registriert eine Funktion auf

quick_exit

Aufruf aufgerufen werden

Original:

registers a function to be called on

quick_exit

invocation

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(Funktion) [edit]

zeigt die Programmausführung Ausführungsstatus

Original:

indicates program execution execution status

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]

Die Kommunikation mit der Umwelt

ruft die Host-Umgebung den Befehl Prozessor

Original:

calls the host environment's command processor

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(Funktion) [edit]

Zugriff auf die Liste der Umgebungsvariablen

Original:

access to the list of environment variables

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(Funktion) [edit]

Signale

Mehrere Funktionen und Makro-Konstanten für Signal-Management bereitgestellt werden .

Original:

Several functions and macro constants for signal management are provided.

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

definiert in Header <csignal>

setzt ein Signal-Handler für bestimmte Signal

Original:

sets a signal handler for particular signal

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(Funktion) [edit]

läuft der Signal-Handler für bestimmte Signal

Original:

runs the signal handler for particular signal

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(Funktion) [edit]

die Ganzzahl, die sich in einer atomaren Entität aus einem asynchronen Signal-Handler zugreifen kann

Original:

the integer type that can be accessed as an atomic entity from an asynchronous signal handler

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(typedef)

definiert Signal-Handling-Strategien

Original:

defines signal handling strategies

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]

Rückgabewert

signal

Angabe, dass ein Fehler aufgetreten ist

Original:

return value of

signal

specifying that an error was encountered

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]

Signal-Typen

Original:

Signal types

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

definiert Signaltypen

Original:

defines signal types

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]

Nicht-lokale Sprünge

definiert in Header <csetjmp>

spart den Kontext

Original:

saves the context

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]

springt zum angegebenen Ort

Original:

jumps to specified location

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(Funktion) [edit]

Types

Original:

Types

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Ausführungskontext Typ

Original:

execution context type

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(typedef) [edit]