Vertaling van "C printf" in Duits
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 size prefixes are not necessary in D and are provided for compatibility with the C printf function.
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.
Readers who are familiar with the C printf function can rapidly skim this chapter.
Wer mit der C-Funktion printf vertraut ist, braucht dieses Kapitel nur flüchtig zu lesen.
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.
Die Funktion „dprintf" erlaubt eine „C printf"-kompatible Ausgabe mit einem Zeitstempel pro Ausgabezeile sowie einem automatischen Anhängen vom Zeilenendzeichen.
DTrace printf works just like the C printf 3C library routine or the shell printf 1 utility.
Andere resultaten
Field widths and precisions can be specified as with the 'printf' C function.
For the most part, this format string conforms to the C function printf().
Der Format-String entspricht weitgehend dem der C Funktion printf().
The D compiler provides several useful services for DTrace printf that are not found in the C library 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
so that the C code printf( My name is %s.
verknüpft, so dass das folgende Codebeispiel (in C) von printf( Mein Name ist %s.
In C, however, printf() has a severe flaw: it is not type-safe.
Jedoch hat printf() in C einen gravierenden Nachteil: die Funktion ist nicht typsicher.
If you know C function 'printf' or Pascal 'format', then filter is the argument and the text (see below) is the parameter.
Wenn Sie den "C" Befehl 'printf' oder 'format' der Pascalsprache kennen, denn ist der Filter das Argument und der Text Ihr Parameter.
printf size prefixes Size prefixes are required in ANSI-C programs that use printf 3C in order to indicate the size and type of the conversion argument.
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.
Consider the following C statement: printf("x = %d ",x); Figure 4.11 shows how this would be compiled (shown in the equivalent NASM format).
Betrachten wir das folgende C Statement: printf("x = %d ", x); Abbil- dung 4.11 zeigt, wie dies kompiliert werden wurde (im aquivalenten NASM For
For example, to declare printf to have C linkage, use the prototype
Um printf zum Beispiel mit C Bindung zu deklarieren, benutzt man den Prototypen