Vertaling van "the printf" in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
The current values are formatted using the printf syntax.
Les valeurs actuelles sont formatées en suivant la syntaxe printf.
The printf command formats a sequence of arguments and inserts them in text.
La commande printf permet de formater une séquence d'arguments et de les insérer dans un texte.
The printf replacement used at this stage is not protected from buffer overruns.
This program also demonstrates a useful trouble-shooting device with the printf function.
Ce programme démontre aussi un moyen utile de résolution de problème au moyen de la fonction printf.
Interdiction to use the printf function.
Interdicton d'utiliser la fonction printf.
This speeds up the printf functions considerably, and leads to more precise typechecking of format strings.
Ceci accélère considérablement l'exécution des fonctions printf et mène à un typage plus précis des formats.
The printf function is one of the C library functions that can take any number of arguments.
La fonction printf est une des fonctions de la biblio- theque C qui peut prendre n'importe quel nombre d'arguments.
To limit the number of decimal places in your numbers, you can use the printf or sprintf function.
Pour limiter le nombre de décimales dans un nombre, vous pouvez utiliser les fonctions printf ou sprintf.
The first argument of the list will be interpreted as the printf format.
Le premier argument de la liste sera interprété comme le format de printf().
Use the printf() function instead.
Il faut utiliser printf() à la place.
If you know the parameter field of the printf format placeholder, you're probably wondering how they can get a parameter from any position in the variable argument list.
Si vous connaissez le champ de paramètre du format utilisé par printf, vous vous demandez probablement comment ils peuvent aller chercher un paramètre à n'importe quelle position dans la liste d'arguments.
This function is a simplified version of the printf() function from the stdio C standard library.
Cette fonction est une version simplifiée de la fonction printf() de la librairie stdio C standard.
If foo comes from untrusted user input, it may contain %n, causing the printf() call to write to memory and creating a security hole.
Si foo vient d'une saisie non sécurisée, il peut contenir %n, ce qui autorise printf() à écrire dans la mémoire, et crée une faille de sécurité.