Program support utilities
De cppreference.com
Sommaire |
[modifier] 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.
You can help to correct and verify the translation. Click here for instructions.
Defined in header
<cstdlib> | |
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. You can help to correct and verify the translation. Click here for instructions. (fonction) | |
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. You can help to correct and verify the translation. Click here for instructions. (fonction) | |
(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. You can help to correct and verify the translation. Click here for instructions. (fonction) |
(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. You can help to correct and verify the translation. Click here for instructions. (fonction) |
enregistre une fonction qui sera appelée lors de son invocation exit() 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. (fonction) | |
(C++11) |
enregistre une fonction qui sera appelée lors de son invocation quick_exit 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. (fonction) |
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. You can help to correct and verify the translation. Click here for instructions. (constante macro) |
[modifier] 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. You can help to correct and verify the translation. Click here for instructions. (fonction) | |
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. You can help to correct and verify the translation. Click here for instructions. (fonction) |
[modifier] 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.
You can help to correct and verify the translation. Click here for instructions.
Defined in header
<csignal> | |
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. You can help to correct and verify the translation. Click here for instructions. (fonction) | |
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. You can help to correct and verify the translation. Click here for instructions. (fonction) | |
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. You can help to correct and verify the translation. Click here for instructions. (typedef) | |
définit les stratégies de gestion des signaux 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. (constante macro) | |
valeur de retour de signal précisant qu'une erreur a été rencontrée 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. (constante macro) | |
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. | |
définit les types de signaux 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. (constante macro) |
[modifier] Non-locales sauts
Defined in header
<csetjmp> | |
sauvegarde le contexte 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. (fonction macro) | |
saute à l'emplacement spécifié 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. (fonction) | |
Original: Types The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |
type de contexte d'exécution 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) |