fread
基本解释
- n.從文件中讀
英汉例句
- The fread() reads from an open file.
函數的作用是:讀取文件(可安全用於二進制文件)。 - Timed_out (bool) - TRUE if the stream timed out while waiting for data on the last call to fread() or fgets().
timed_out(bool)-如果在上次調用fread()或者fgets()中等待數據時流超時了則爲TRUE。 - But inflation does not seem to be a fread (thread) with the current softness in the American housing market.
但是通貨膨脹不是美國房屋市場緩和的導火索。 - As an example, the default implementation of streams is located in the file src/base/ftsystem.c and uses the ANSI fopen(), fseek(), and fread() calls.
擧例來說,流的缺省實現位於文件src/base/ftsystem.;c竝使用ANSI fopen/fseek和fread函數。 - fread,fwrite,fseek vs createfile,&n...
函數的重載叫編譯時的多態性對不?