Fread - examples

Nasza ocena:

3
Wyświetleń: 959
Komentarze: 0
Notatek.pl

Pobierz ten dokument za darmo

Podgląd dokumentu
Fread - examples - strona 1 Fread - examples - strona 2

Fragment notatki:

Fread • Prototype: size_t fread( void * buffer , size_t size , size_t count , FILE * stream ); • Parameters: buffer Storage location for data size Item size in bytes count Maximum number of items to be read stream Pointer to FILE structure • Reads up to count items of size bytes from the input stream and stores them in buffer • Returns the number of full items actually read • The file pointer associated with the stream is increased by the number of bytes actually read • If the given stream is opened in text mode, carriage return-linefeed pairs are replaced with single linefeed characters • The value of a partially read item cannot be determined ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz