Abilitare JavaScript per vedere questo sito.

Legge una linea di testo dal file.

Sintassi

bool read_text(string &out text) const

text

Rif a testo letto

Risultato

Rende true se testo letto con successo, false altrimenti

Nota

La lettura avviene partendo dalla posizione corrente del file

Esempio di utilizzo:

file @file1;

 

/* Scrittura testo nel file */

string text = "Bla bla bla bla ...";

if (!file.read(text))

{

  /* Errore di scrittura */

}

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC