fwrite
Aus cppreference.com
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
definiert in Header <stdio.h>
|
||
Schreibt
count
von Objekten in das angegebene Array buffer
dem Output-Stream stream
. Objekte werden nicht in irgendeiner Weise zu interpretieren . Original:
Writes
count
of objects in the given array buffer
to the output stream stream
. Objects are not interpreted in any way. The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[Bearbeiten] Parameter
buffer | - | Zeiger auf das erste Objekt in der Objekt-Array geschrieben werden soll
Original: pointer to the first object object in the array to be written The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
size | - | Größe jedes Objekts
Original: size of each object The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
count | - | die Anzahl der Objekte zu schreiben sind
Original: the number of the objects to be written The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[Bearbeiten] Rückgabewert
Anzahl der Objekte geschrieben erfolgreich
Original:
number of objects written successfully
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[Bearbeiten] Siehe auch
Drucke formatiert Ausgabe an stdout, eine Datei-Strom oder einen Puffer Original: prints formatted output to stdout, a file stream or a buffer The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Funktion) | |
schreibt eine Zeichenkette in einer Datei-Stream Original: writes a character string to a file stream The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Funktion) | |
liest aus einer Datei Original: reads from a file The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Funktion) | |
C++ documentation for fwrite
|