Examples with "of 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.
Formatting error messages is a useful application of printf
Formatter les messages d'erreur est une application utile de printf
We have already encountered the function main and made use of printf from the standard library.
Nous avons déjà rencontré le printf principal et servi de fonction de la bibliothèque standard.
Here is an example of a correct implementation of printf(), where the format string is associated with a string of characters
Voici un exemple d'utilisation correcte dans lequel la chaine de formatage est associée à une chaine de caractère (string)
The return value of printf() is the number of characters printed, or a negative number if an error occurred. Related topics
Comme pour la fonction printf(), il est possible de contraindre le nombre de caractères à lire, en ajoutant ce nombre juste avant le caractère de conversion.
The format strings argument of printf functions are now represented as a GADT.
Les chaînes de format, arguments des fonctions printf, sont maintenant représentées par un GADT.
Among these functions are printw instead of printf, scanw instead of scanf, addch instead of putc or putchar, getch instead of getc or getchar.
Parmi elles on trouve printw à la place de printf, scanw au lieu de scanf, addch au lieu de putc ou putchar, getch au lieu de getc ou getchar.
AIX FORMAT DESCRIPTORS This ps supports AIX format descriptors, which work somewhat like the formatting codes of printf(1) and printf(3).
Ce ps prend en charge les descripteurs de format AIX, qui fonctionnent un peu comme les codes de formatage de printf(1) et printf(3).
The same scheme (recursively applied to the format string) gives you the meaning of complex applications of printf to complex format string.
C'est la même expansion (poursuivie récursivement) qui donne la signification des formats plus complexes.
Andere resultaten
TZ Affects the time zone used for some of the time-related format directives of -printf and -fprintf.
TZ Modifie le fuseau horaire utilisé dans le format de certaines directives liées au temps dans -printf et -fprintf.
In this section, we will look into the details of the Printf module of F#.
Dans cette section, nous allons examiner les détails du Printf module F .
Query formats are modified versions of the standard printf(3) formatting.
Les formats de requête sont des versions modifiées du formatage standard printf(3).
Query formats are modified versions of the standard printf(3) formatting.
Les chaînes de format sont des versions modifiées de celles du printf(3) standard.
This vulnerability appears with a wrong implementation of the function printf() in language C.
Cette vulnérabilité est due à une mauvaise utilisation de la fonction printf() en programmation C.