Program support utilities — cppreference.com
De cppreference.com
La fin du programme
Les fonctions suivantes de gérer la fin du programme de nettoyage et de ressources .
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.
Defined in header | |
provoque la terminaison anormale du programme (sans nettoyage) Original: causes abnormal program termination (without cleaning up) The text has been machine-translated via Google Translate. (fonction) [edit] | |
provoque l'arrêt du programme normal avec le nettoyage Original: causes normal program termination with cleaning up The text has been machine-translated via Google Translate. (fonction) [edit] | |
(C++11) |
provoque l'arrêt du programme normal sans complètement nettoyer Original: causes normal program termination without completely cleaning up The text has been machine-translated via Google Translate. (fonction) [edit] |
(C++11) |
provoque l'arrêt du programme normal sans nettoyage Original: causes normal program termination without cleaning up The text has been machine-translated via Google Translate. (fonction) [edit] |
enregistre une fonction qui sera appelée lors de son invocation exit()Original: The text has been machine-translated via Google Translate. (fonction) [edit] | |
(C++11) |
enregistre une fonction qui sera appelée lors de son invocation quick_exitOriginal: The text has been machine-translated via Google Translate. (fonction) [edit] |
indique l'état d'exécution du programme d'exécution Original: indicates program execution execution status The text has been machine-translated via Google Translate. (constante macro) [edit] | |
Communiquer avec l'environnement
appelle processeur de commandes de l'environnement hôte Original: calls the host environment's command processor The text has been machine-translated via Google Translate. (fonction) [edit] | |
accéder à la liste de variables d'environnement Original: access to the list of environment variables The text has been machine-translated via Google Translate. (fonction) [edit] | |
Signaux
Plusieurs fonctions et constantes macro pour la gestion des signaux sont fournis .
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.
Defined in header | |
définit un gestionnaire de signal pour un signal particulier Original: sets a signal handler for particular signal The text has been machine-translated via Google Translate. (fonction) [edit] | |
exécute le gestionnaire de signal pour un signal particulier Original: runs the signal handler for particular signal The text has been machine-translated via Google Translate. (fonction) [edit] | |
le type entier qui peut être consulté comme une entité atomique à partir d'un gestionnaire de signal asynchrone 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. (typedef) | |
définit les stratégies de gestion des signaux Original: defines signal handling strategies The text has been machine-translated via Google Translate. (constante macro) [edit] | |
valeur de retour de signalprécisant qu'une erreur a été rencontrée Original: The text has been machine-translated via Google Translate. (constante macro) [edit] | |
Types de signaux Original: Signal types The text has been machine-translated via Google Translate. | |
définit les types de signaux Original: defines signal types The text has been machine-translated via Google Translate. (constante macro) [edit] | |
Non-locales sauts
Defined in header | |
sauvegarde le contexte Original: saves the context The text has been machine-translated via Google Translate. (fonction macro) [edit] | |
saute à l'emplacement spécifié Original: jumps to specified location The text has been machine-translated via Google Translate. (fonction) [edit] | |
Types Original: Types The text has been machine-translated via Google Translate. | |
type de contexte d'exécution Original: execution context type The text has been machine-translated via Google Translate. (typedef) [edit] | |