Examples with "for printf" and their translation 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.
ANSI C conversion specifications for printf() and sprintf().
Spécifications de conversion ANSI C pour printf() et sprintf()
Andere resultaten
Additional output redirections are allowed for print and printf.
Des redirections d'entrée/sortie additionnelles sont permises pour print et printf.
Use Pmsg in smartall.c rather than printf for tracing Windows
Utilisez pMsg en smartall.c plutôt que printf pour le traçage de Windows
For more information about printf() formatting, consult any C language documentation. Examples
Pour plus d'information sur le formatage de printf(), consulter une documentation sur le langage C. Exemples
The destination output for print and printf ($stdout by default).
La sortie de destination pour l'impression et printf (stdout $ par défaut).
Concerning correctness, the simplest solution usually consists in inserting debugging messages, for instance using the printf function. When this trace is not enough, one can turn to the OCaml debugger.
Si cette trace ne suffit pas, on peut se tourner vers le débugger d OCaml, qui permet notamment d'inspecter toute valeur calculée et même de revenir en arrière dans l'exécution du programme.
The null character marks the end of a string - useful for functions like printf.
One for the C-library function (section 3) and the other for the shell command printf (section 1)
L'une concernant la fonction de la librairie C (section 3) et l'autre à propos de la commande de shell printf (section 1)
But printf is much more powerful than what we have seen before.
Mais printf est beaucoup plus puissant que ce que nous avons vu auparavant.
To display a text you can use printf or iprintf.
Pour afficher à l'écran un texte vous pouvez utiliser printf ou iprintf.
The current values are formatted using the printf syntax.
Les valeurs actuelles sont formatées en suivant la syntaxe printf.
They are like format symbols in printf function.
Ils sont similaires aux symboles de formatage de la fonction printf.
There are e.g two man-pages on printf.
Il existe par exemple deux pages de manuel sur printf.