format | - | pointeur vers une chaîne multi-octets terminée par NULL spécifiant la façon d'interpréter les données. La chaîne de format est constitué de caractères blancs, caractère non blanc (sauf % ) et les spécifications de conversion. Chaque spécification de conversion a le format suivant: Original: The format string consists of whitespace characters, non-whitespace characters (except% ) and conversion specifications. Each conversion specification has the following format: The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. % caractère introductif Original: introductory% character The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
(en option) une ou plusieurs indicateurs qui modifient le comportement de la conversion: Original: (en option) one or more flags that modify the behavior of the conversion: The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
- : le résultat de la conversion est justifié à gauche dans le champ (par défaut, il est justifié à droite) Original: - : the result of the conversion is left-justified within the field (by default it is right-justified)
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. + : le signe de conversions signé est toujours ajouté au résultat de la conversion (par défaut le résultat est précédée par moins que si elle est négative) Original: + : the sign of signed conversions is always prepended to the result of the conversion (by default the result is preceded by minus only when it is negative)
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Espace: si le résultat d'une conversion signée ne commence pas par un caractère de signe, ou est vide, l'espace est ajouté au résultat. Il est ignoré si l'indicateur + est présent . Original: space: if the result of a signed conversion does not start with a sign character, or is empty, space is prepended to the result. It is ignored if+ flag is present. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. # :' autre forme de la conversion est effectuée. Voir le tableau ci-dessous pour effets exacts .Original: # :alternative form of the conversion is performed. See the table below for exact effects.
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. 0 : pour nombres entiers et décimaux conversions nombre de points, des zéros sont utilisés pour remplir le champ au lieu de l'espace' caractères. Pour les nombres à virgule flottante, elle est ignorée si la précision est explicitement spécifié. Pour les autres conversions en utilisant ces résultats pavillon à un comportement indéfini. Il est ignoré si l'indicateur- est présent .Original: 0 : for integer and floating point number conversions, leading zeros are used to pad the field instead ofspace characters. For floating point numbers it is ignored if the precision is explicitly specified. For other conversions using this flag results in undefined behavior. It is ignored if- flag is present.
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
Valeur (en option) entier ou * qui spécifie la largeur de champ minimale. Le résultat est rembourré avec de l'espace' caractères (par défaut), le cas échéant, sur la gauche lorsque justifié à droite, ou sur la droite si justifié à gauche. Dans le cas où on utilise* , la largeur est spécifiée par un argument supplémentaire deint type. Si la valeur de l'argument est négatif, il en résulte de la largeur- drapeau champ spécifié et positif .Original: (en option) integer value or* that specifies minimum field width. The result is padded withspace characters (by default), if required, on the left when right-justified, or on the right if left-justified. In the case when* is used, the width is specified by an additional argument of typeint. If the value of the argument is negative, it results with the- flag specified and positive field width. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
(en option). suivie par nombre entier ou * qui spécifie' précision de la conversion. Dans le cas où* est utilisé, la précision' est spécifiée par un argument supplémentaire de int type. Si la valeur de cet argument est négatif, il est ignoré. Voir le tableau ci-dessous pour les effets exacts de précision' .Original: (en option). followed by integer number or* that specifiesprecision of the conversion. In the case when* is used, theprecision is specified by an additional argument of typeint. If the value of this argument is negative, it is ignored. See the table below for exact effects ofprecision. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
(en option)' modificateur de longueur qui spécifie la taille de l'argumentOriginal: (en option)length modifier that specifies the size of the argument The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
le format spécificateur de conversion Original: conversion format specifier The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
Les spécificateurs de format suivants sont disponibles: Original: The following format specifiers are available: The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Conversion specifier | Explanation | Argument type |
---|
length modifier | hh | h | (none) | l | ll | j | z | t | L |
---|
% | writes literal% . The full conversion specification must be%% . | N/A | N/A | N/A | N/A | N/A | N/A | N/A | N/A | N/A |
---|
c | writes asingle character | N/A | N/A | char | wchar_t | N/A | N/A | N/A | N/A | N/A |
---|
s | writes acharacter string | N/A | N/A | char* | wchar_t* | N/A | N/A | N/A | N/A | N/A |
---|
d
i | convertit 'entier décimal' une signature dans le style [-] dddd . Original: converts a signeddecimal integer in the style[-]dddd. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
Précision' spécifie le nombre minimal de chiffres à apparaître. La précision par défaut est1.
Original: Precision specifies the minimum number of digits to appear. The default precision is1.
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Si les deux la valeur convertie et la précision sont 0 les résultats de la conversion dans aucun des caractères . Original: If both the converted value and the precision are0 the conversion results in no characters. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | | | | | | | | N/A |
---|
o | convertit un signé 'entier octal' dans le style [-] oooo . Original: converts a signedoctal integer in the style[-]oooo. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
Précision' spécifie le nombre minimal de chiffres à apparaître. La précision par défaut est1 .Original: Precision specifies the minimum number of digits to appear. The default precision is1. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Si les deux la valeur convertie et la précision sont 0 les résultats de la conversion dans aucun des caractères . Original: If both the converted value and the precision are0 the conversion results in no characters. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Dans la variante de réalisation' précision est augmentée si nécessaire, pour écrire une zéros .Original: In thealternative implementation precision is increased if necessary, to write one leading zero. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Dans ce cas, si les deux la valeur convertie et la précision sont 0, 0 unique est écrit . Original: In that case if both the converted value and the precision are0, single0 is written. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | N/A |
---|
x
X | convertit 'entier hexadécimal' une signature dans le style [-] hhhh . Original: converts a signedhexadecimal integer in the style[-]hhhh. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
Pour les lettres de conversion x abcdef sont used. Original: For thex conversion lettersabcdef are used.
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Pour les lettres de conversion X ABCDEF sont used. Original: For theX conversion lettersABCDEF are used.
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Précision' spécifie le nombre minimal de chiffres à apparaître. La précision par défaut est1 .Original: Precision specifies the minimum number of digits to appear. The default precision is1. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Si les deux la valeur convertie et la précision sont 0 les résultats de la conversion dans aucun des caractères . Original: If both the converted value and the precision are0 the conversion results in no characters. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Dans la variante de réalisation' 0x ou0X est préfixé à des résultats si la valeur convertie est différent de zéro .Original: In thealternative implementation0x or0X is prefixed to results if the converted value is nonzero. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | N/A |
---|
u | convertit un 'entier non signé décimal dans le style' dddd .Original: converts anunsigned decimal integer in the styledddd. The text has been machine-translated viaGoogle Translate. You can help to correct and verify the translation. Clickhere for instructions.
Précision' spécifie le nombre minimal de chiffres à paraître .Original: Precision specifies the minimum number of digits to appear. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. La précision par défaut est 1 . Original: The default precision is1. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Si les deux la valeur convertie et la précision sont 0 les résultats de la conversion dans aucun des caractères . Original: If both the converted value and the precision are0 the conversion results in no characters. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | | | | | | N/A |
---|
f
F | convertit 'nombre à virgule flottante' pour la notation décimale dans le style [-] ddd.ddd . Original: convertsfloating-point number to the decimal notation in the style[-]ddd.ddd. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
' Précision spécifie le nombre minimal de chiffres après le séparateur décimale .Original: Precision specifies the minimum number of digits to appear after the decimal point character. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. La précision par défaut est 6 . Original: The default precision is6. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Dans la variante de réalisation' point décimal est écrit, même si aucun chiffre ne le suit .Original: In thealternative implementation decimal point character is written even if no digits follow it. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Pour le style de conversion de l'infini et not-a-number voir notes . Original: For infinity and not-a-number conversion style see notes. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | N/A | N/A | | | N/A | N/A | N/A | N/A | |
---|
e
E | convertit nombre à virgule flottante »à la notation d'exposant décimal .Original: convertsfloating-point number' to the decimal exponent notation. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
Pour le style de conversion e [-] d.ddd'e ± dd est used.
Original: For thee conversion style[-]d.ddde ±dd is used.
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Pour le style de conversion E [-] d.ddd'E ± dd est used.
Original: For theE conversion style[-]d.dddE ±dd is used.
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Celui-ci contient au moins deux chiffres, d'autres chiffres ne sont utilisés que si nécessaire . Original: The exponent contains at least two digits, more digits are used only if necessary. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Si la valeur est 0, l'exposant est également 0 . Original: If the value is0, the exponent is also0. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. ' Précision spécifie le nombre minimal de chiffres après le séparateur décimale .Original: Precision specifies the minimum number of digits to appear after the decimal point character. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. La précision par défaut est 6 . Original: The default precision is6. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Dans la variante de réalisation' point décimal est écrit, même si aucun chiffre ne le suit .Original: In thealternative implementation decimal point character is written even if no digits follow it. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Pour le style de conversion de l'infini et not-a-number voir notes . Original: For infinity and not-a-number conversion style see notes. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | N/A | N/A | N/A | N/A | N/A | N/A |
---|
a
A | convertit nombre à virgule flottante »à la notation hexadécimale exposant .Original: convertsfloating-point number' to the hexadecimal exponent notation. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
Pour le style de conversion a [-]'0x h.hhh'p ± d est used. Original: For thea conversion style[-]0x h.hhhp ±d is used.
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Pour le style de conversion A [-]'0X h.hhh'P ± d est used. Original: For theA conversion style[-]0X h.hhhP ±d is used.
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Le chiffre hexadécimal premier est 0 si l'argument n'est pas une valeur en virgule flottante normalisée . Original: The first hexadecimal digit is0 if the argument is not a normalized floating point value. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Si la valeur est 0, l'exposant est également 0 . Original: If the value is0, the exponent is also0. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. ' Précision spécifie le nombre minimal de chiffres après le séparateur décimale .Original: Precision specifies the minimum number of digits to appear after the decimal point character. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. La précision par défaut suffit pour une représentation exacte de la valeur . Original: The default precision is sufficient for exact representation of the value. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Dans la variante de réalisation' point décimal est écrit, même si aucun chiffre ne le suit .Original: In thealternative implementation decimal point character is written even if no digits follow it. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Pour le style de conversion de l'infini et not-a-number voir notes . Original: For infinity and not-a-number conversion style see notes. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | N/A | N/A | N/A | N/A | N/A | N/A |
---|
g
G | convertit 'nombre à virgule flottante en notation décimale ou exposant décimal en fonction de la valeur et de la précision' .Original: convertsfloating-point number to decimal or decimal exponent notation depending on the value and theprecision. The text has been machine-translated viaGoogle Translate. You can help to correct and verify the translation. Clickhere for instructions.
Pour la conversion de style g conversion avec e style ou f sera performed. Original: For theg conversion style conversion with stylee orf will be performed.
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Pour la conversion de style G conversion avec E style ou F sera performed. Original: For theG conversion style conversion with styleE orF will be performed.
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Laissez P égale à la précision si différente de zéro, 6 si la précision n'est pas spécifiée, ou 1 si la précision est 0. Ensuite, si une conversion avec le style E aurait un exposant de X : Original: LetP equal the precision if nonzero,6 if the precision is not specified, or1 if the precision is0. Then, if a conversion with styleE would have an exponent ofX : The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. si P> X ≥ -4, la conversion est de style f ou F et la précision P - 1 - X . Original: ifP > X ≥ −4, the conversion is with stylef orF and precisionP − 1 − X. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. autrement, la conversion est de style e ou E et la précision P - 1 . Original: otherwise, the conversion is with stylee orE and precisionP − 1. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
Sauf' représentation alternative est demandé aux zéros de fin sont supprimés, aussi le point décimal est supprimée si aucune partie fractionnaire est laissée .Original: Unlessalternative representation is requested the trailing zeros are removed, also the decimal point character is removed if no fractional part is left. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Pour le style de conversion de l'infini et not-a-number voir notes . Original: For infinity and not-a-number conversion style see notes. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | N/A | N/A | N/A | N/A | N/A | N/A |
---|
n | renvoie 'nombre de caractères écrits l'jusqu'ici par cet appel à la fonction .Original: returns thenumber of characters written' so far by this call to the function. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
Le résultat est' écrit à la valeur pointée par l'argument .Original: The result iswritten to the value pointed to by the argument. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. La spécification complète doit être %n . Original: The complete specification must be%n . The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | N/A | N/A | int* | N/A | N/A | N/A | N/A | N/A | N/A |
---|
p | writes an implementation defined character sequence defining apointer. | N/A | N/A | void* | N/A | N/A | N/A | N/A | N/A | N/A |
---|
'Note': Original: Notes: The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
Les fonctions de conversion de points flottants convertir l'infini à inf ou infinity . Lequel est utilisé est defined. mise en œuvre Original: The floating point conversion functions convert infinity toinf orinfinity . Which one is used is implementation defined.
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Pas-un-nombre est converti en nan ou nan(char_sequence) . Lequel est utilisé est defined. mise en œuvre Original: Not-a-number is converted tonan ornan(char_sequence) . Which one is used is implementation defined.
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Les conversions F , E , G , A sortie INF , INFINITY , NAN la place . Original: The conversionsF ,E ,G ,A outputINF ,INFINITY ,NAN instead. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Original: pointer to a null-terminated multibyte string specifying how to interpret the data. La chaîne de format est constitué de caractères blancs, caractère non blanc (sauf % ) et les spécifications de conversion. Chaque spécification de conversion a le format suivant: Original: The format string consists of whitespace characters, non-whitespace characters (except% ) and conversion specifications. Each conversion specification has the following format: The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. % caractère introductif Original: introductory% character The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
(en option) une ou plusieurs indicateurs qui modifient le comportement de la conversion: Original: (en option) one or more flags that modify the behavior of the conversion: The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
- : le résultat de la conversion est justifié à gauche dans le champ (par défaut, il est justifié à droite) Original: - : the result of the conversion is left-justified within the field (by default it is right-justified)
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. + : le signe de conversions signé est toujours ajouté au résultat de la conversion (par défaut le résultat est précédée par moins que si elle est négative) Original: + : the sign of signed conversions is always prepended to the result of the conversion (by default the result is preceded by minus only when it is negative)
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Espace: si le résultat d'une conversion signée ne commence pas par un caractère de signe, ou est vide, l'espace est ajouté au résultat. Il est ignoré si l'indicateur + est présent . Original: space: if the result of a signed conversion does not start with a sign character, or is empty, space is prepended to the result. It is ignored if+ flag is present. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. # :' autre forme de la conversion est effectuée. Voir le tableau ci-dessous pour effets exacts .Original: # :alternative form of the conversion is performed. See the table below for exact effects.
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. 0 : pour nombres entiers et décimaux conversions nombre de points, des zéros sont utilisés pour remplir le champ au lieu de l'espace' caractères. Pour les nombres à virgule flottante, elle est ignorée si la précision est explicitement spécifié. Pour les autres conversions en utilisant ces résultats pavillon à un comportement indéfini. Il est ignoré si l'indicateur- est présent .Original: 0 : for integer and floating point number conversions, leading zeros are used to pad the field instead ofspace characters. For floating point numbers it is ignored if the precision is explicitly specified. For other conversions using this flag results in undefined behavior. It is ignored if- flag is present.
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
Valeur (en option) entier ou * qui spécifie la largeur de champ minimale. Le résultat est rembourré avec de l'espace' caractères (par défaut), le cas échéant, sur la gauche lorsque justifié à droite, ou sur la droite si justifié à gauche. Dans le cas où on utilise* , la largeur est spécifiée par un argument supplémentaire deint type. Si la valeur de l'argument est négatif, il en résulte de la largeur- drapeau champ spécifié et positif .Original: (en option) integer value or* that specifies minimum field width. The result is padded withspace characters (by default), if required, on the left when right-justified, or on the right if left-justified. In the case when* is used, the width is specified by an additional argument of typeint. If the value of the argument is negative, it results with the- flag specified and positive field width. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
(en option). suivie par nombre entier ou * qui spécifie' précision de la conversion. Dans le cas où* est utilisé, la précision' est spécifiée par un argument supplémentaire de int type. Si la valeur de cet argument est négatif, il est ignoré. Voir le tableau ci-dessous pour les effets exacts de précision' .Original: (en option). followed by integer number or* that specifiesprecision of the conversion. In the case when* is used, theprecision is specified by an additional argument of typeint. If the value of this argument is negative, it is ignored. See the table below for exact effects ofprecision. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
(en option)' modificateur de longueur qui spécifie la taille de l'argumentOriginal: (en option)length modifier that specifies the size of the argument The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
le format spécificateur de conversion Original: conversion format specifier The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
Les spécificateurs de format suivants sont disponibles: Original: The following format specifiers are available: The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Conversion specifier | Explanation | Argument type |
---|
length modifier | hh | h | (none) | l | ll | j | z | t | L |
---|
% | writes literal% . The full conversion specification must be%% . | N/A | N/A | N/A | N/A | N/A | N/A | N/A | N/A | N/A |
---|
c | writes asingle character | N/A | N/A | char | wchar_t | N/A | N/A | N/A | N/A | N/A |
---|
s | writes acharacter string | N/A | N/A | char* | wchar_t* | N/A | N/A | N/A | N/A | N/A |
---|
d
i | convertit 'entier décimal' une signature dans le style [-] dddd . Original: converts a signeddecimal integer in the style[-]dddd. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
Précision' spécifie le nombre minimal de chiffres à apparaître. La précision par défaut est1.
Original: Precision specifies the minimum number of digits to appear. The default precision is1.
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Si les deux la valeur convertie et la précision sont 0 les résultats de la conversion dans aucun des caractères . Original: If both the converted value and the precision are0 the conversion results in no characters. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | | | | | | | | N/A |
---|
o | convertit un signé 'entier octal' dans le style [-] oooo . Original: converts a signedoctal integer in the style[-]oooo. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
Précision' spécifie le nombre minimal de chiffres à apparaître. La précision par défaut est1 .Original: Precision specifies the minimum number of digits to appear. The default precision is1. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Si les deux la valeur convertie et la précision sont 0 les résultats de la conversion dans aucun des caractères . Original: If both the converted value and the precision are0 the conversion results in no characters. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Dans la variante de réalisation' précision est augmentée si nécessaire, pour écrire une zéros .Original: In thealternative implementation precision is increased if necessary, to write one leading zero. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Dans ce cas, si les deux la valeur convertie et la précision sont 0, 0 unique est écrit . Original: In that case if both the converted value and the precision are0, single0 is written. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | N/A |
---|
x
X | convertit 'entier hexadécimal' une signature dans le style [-] hhhh . Original: converts a signedhexadecimal integer in the style[-]hhhh. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
Pour les lettres de conversion x abcdef sont used. Original: For thex conversion lettersabcdef are used.
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Pour les lettres de conversion X ABCDEF sont used. Original: For theX conversion lettersABCDEF are used.
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Précision' spécifie le nombre minimal de chiffres à apparaître. La précision par défaut est1 .Original: Precision specifies the minimum number of digits to appear. The default precision is1. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Si les deux la valeur convertie et la précision sont 0 les résultats de la conversion dans aucun des caractères . Original: If both the converted value and the precision are0 the conversion results in no characters. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Dans la variante de réalisation' 0x ou0X est préfixé à des résultats si la valeur convertie est différent de zéro .Original: In thealternative implementation0x or0X is prefixed to results if the converted value is nonzero. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | N/A |
---|
u | convertit un 'entier non signé décimal dans le style' dddd .Original: converts anunsigned decimal integer in the styledddd. The text has been machine-translated viaGoogle Translate. You can help to correct and verify the translation. Clickhere for instructions.
Précision' spécifie le nombre minimal de chiffres à paraître .Original: Precision specifies the minimum number of digits to appear. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. La précision par défaut est 1 . Original: The default precision is1. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Si les deux la valeur convertie et la précision sont 0 les résultats de la conversion dans aucun des caractères . Original: If both the converted value and the precision are0 the conversion results in no characters. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | | | | | | N/A |
---|
f
F | convertit 'nombre à virgule flottante' pour la notation décimale dans le style [-] ddd.ddd . Original: convertsfloating-point number to the decimal notation in the style[-]ddd.ddd. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
' Précision spécifie le nombre minimal de chiffres après le séparateur décimale .Original: Precision specifies the minimum number of digits to appear after the decimal point character. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. La précision par défaut est 6 . Original: The default precision is6. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Dans la variante de réalisation' point décimal est écrit, même si aucun chiffre ne le suit .Original: In thealternative implementation decimal point character is written even if no digits follow it. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Pour le style de conversion de l'infini et not-a-number voir notes . Original: For infinity and not-a-number conversion style see notes. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | N/A | N/A | | | N/A | N/A | N/A | N/A | |
---|
e
E | convertit nombre à virgule flottante »à la notation d'exposant décimal .Original: convertsfloating-point number' to the decimal exponent notation. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
Pour le style de conversion e [-] d.ddd'e ± dd est used.
Original: For thee conversion style[-]d.ddde ±dd is used.
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Pour le style de conversion E [-] d.ddd'E ± dd est used.
Original: For theE conversion style[-]d.dddE ±dd is used.
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Celui-ci contient au moins deux chiffres, d'autres chiffres ne sont utilisés que si nécessaire . Original: The exponent contains at least two digits, more digits are used only if necessary. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Si la valeur est 0, l'exposant est également 0 . Original: If the value is0, the exponent is also0. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. ' Précision spécifie le nombre minimal de chiffres après le séparateur décimale .Original: Precision specifies the minimum number of digits to appear after the decimal point character. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. La précision par défaut est 6 . Original: The default precision is6. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Dans la variante de réalisation' point décimal est écrit, même si aucun chiffre ne le suit .Original: In thealternative implementation decimal point character is written even if no digits follow it. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Pour le style de conversion de l'infini et not-a-number voir notes . Original: For infinity and not-a-number conversion style see notes. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | N/A | N/A | N/A | N/A | N/A | N/A |
---|
a
A | convertit nombre à virgule flottante »à la notation hexadécimale exposant .Original: convertsfloating-point number' to the hexadecimal exponent notation. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
Pour le style de conversion a [-]'0x h.hhh'p ± d est used. Original: For thea conversion style[-]0x h.hhhp ±d is used.
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Pour le style de conversion A [-]'0X h.hhh'P ± d est used. Original: For theA conversion style[-]0X h.hhhP ±d is used.
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Le chiffre hexadécimal premier est 0 si l'argument n'est pas une valeur en virgule flottante normalisée . Original: The first hexadecimal digit is0 if the argument is not a normalized floating point value. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Si la valeur est 0, l'exposant est également 0 . Original: If the value is0, the exponent is also0. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. ' Précision spécifie le nombre minimal de chiffres après le séparateur décimale .Original: Precision specifies the minimum number of digits to appear after the decimal point character. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. La précision par défaut suffit pour une représentation exacte de la valeur . Original: The default precision is sufficient for exact representation of the value. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Dans la variante de réalisation' point décimal est écrit, même si aucun chiffre ne le suit .Original: In thealternative implementation decimal point character is written even if no digits follow it. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Pour le style de conversion de l'infini et not-a-number voir notes . Original: For infinity and not-a-number conversion style see notes. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | N/A | N/A | N/A | N/A | N/A | N/A |
---|
g
G | convertit 'nombre à virgule flottante en notation décimale ou exposant décimal en fonction de la valeur et de la précision' .Original: convertsfloating-point number to decimal or decimal exponent notation depending on the value and theprecision. The text has been machine-translated viaGoogle Translate. You can help to correct and verify the translation. Clickhere for instructions.
Pour la conversion de style g conversion avec e style ou f sera performed. Original: For theg conversion style conversion with stylee orf will be performed.
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Pour la conversion de style G conversion avec E style ou F sera performed. Original: For theG conversion style conversion with styleE orF will be performed.
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Laissez P égale à la précision si différente de zéro, 6 si la précision n'est pas spécifiée, ou 1 si la précision est 0. Ensuite, si une conversion avec le style E aurait un exposant de X : Original: LetP equal the precision if nonzero,6 if the precision is not specified, or1 if the precision is0. Then, if a conversion with styleE would have an exponent ofX : The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. si P> X ≥ -4, la conversion est de style f ou F et la précision P - 1 - X . Original: ifP > X ≥ −4, the conversion is with stylef orF and precisionP − 1 − X. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. autrement, la conversion est de style e ou E et la précision P - 1 . Original: otherwise, the conversion is with stylee orE and precisionP − 1. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
Sauf' représentation alternative est demandé aux zéros de fin sont supprimés, aussi le point décimal est supprimée si aucune partie fractionnaire est laissée .Original: Unlessalternative representation is requested the trailing zeros are removed, also the decimal point character is removed if no fractional part is left. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Pour le style de conversion de l'infini et not-a-number voir notes . Original: For infinity and not-a-number conversion style see notes. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | N/A | N/A | N/A | N/A | N/A | N/A |
---|
n | renvoie 'nombre de caractères écrits l'jusqu'ici par cet appel à la fonction .Original: returns thenumber of characters written' so far by this call to the function. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
Le résultat est' écrit à la valeur pointée par l'argument .Original: The result iswritten to the value pointed to by the argument. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. La spécification complète doit être %n . Original: The complete specification must be%n . The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | N/A | N/A | int* | N/A | N/A | N/A | N/A | N/A | N/A |
---|
p | writes an implementation defined character sequence defining apointer. | N/A | N/A | void* | N/A | N/A | N/A | N/A | N/A | N/A |
---|
'Note': Original: Notes: The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
Les fonctions de conversion de points flottants convertir l'infini à inf ou infinity . Lequel est utilisé est defined. mise en œuvre Original: The floating point conversion functions convert infinity toinf orinfinity . Which one is used is implementation defined.
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Pas-un-nombre est converti en nan ou nan(char_sequence) . Lequel est utilisé est defined. mise en œuvre Original: Not-a-number is converted tonan ornan(char_sequence) . Which one is used is implementation defined.
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Les conversions F , E , G , A sortie INF , INFINITY , NAN la place . Original: The conversionsF ,E ,G ,A outputINF ,INFINITY ,NAN instead. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |