Examples with "C printf" and their translation in Engels
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.
Die Funktion „dprintf" erlaubt eine „C printf"-kompatible Ausgabe mit einem Zeitstempel pro Ausgabezeile sowie einem automatischen Anhängen vom Zeilenendzeichen.
The "dprintf" function allows for a "C printf" compatible output, with a time stamp per output line as well as automatic appending of line end marks.
Andere resultaten
Feldbreiten und Genauigkeiten können wie bei der C-Funktion printf angegeben werden.
Größenpräfixe sind in D nicht erforderlich. Sie werden aus Gründen der Kompatibilität mit der C-Funktion printf zur Verfügung gestellt.
The size prefixes are not necessary in D and are provided for compatibility with the C printf function.
Wer mit der C-Funktion printf vertraut ist, braucht dieses Kapitel nur flüchtig zu lesen.
Der Format-String entspricht weitgehend dem der C Funktion printf().
For the most part, this format string conforms to the C function printf().
Der D-Compiler stellt mehrere nützliche Dienste für DTrace printf zur Verfügung, die in der C-Bibliothek printf nicht enthalten sind
Sie benutzen die I/O Funktionen von C (printf, usw.).
verknüpft, so dass das folgende Codebeispiel (in C) von printf( Mein Name ist %s.
so that the C code printf( My name is %s.
In C war dafür die printf() -Funktion in all ihren Varianten zuständig.
Even C, which some claim to be just a PDP-11 assember that thinks it is a language, has the printf() function and its numerous variants.
DTrace printf wirkt wie die C-Bibliotheksroutine printf 3C bzw. das Shell-Dienstprogramm printf 1.
DTrace printf works just like the C printf 3C library routine or the shell printf 1 utility.
Wenn Sie den "C" Befehl 'printf' oder 'format' der Pascalsprache kennen, denn ist der Filter das Argument und der Text Ihr Parameter.
If you know C function 'printf' or Pascal 'format', then filter is the argument and the text (see below) is the parameter.
Kann ein Benutzer die Format-Spezifikation, die an eine Grundfunktion von C (z.B. printf, fprintf oder sprintf) übergeben wird, manipulieren, liegt eine Format String Schutzverletzung vor.
A format string vulnerability exists if a user can manipulate the format specification passed to a basic C function, such as printf, fprintf, or sprintf, a vulnerability exists.
printf Größenpräfixe Größenvorzeichen sind in ANSI-C-Programmen, die printf 3C enthalten, zur Angabe von Größe und Typ des Umwandlungsarguments erforderlich.