文件指针 meaning in English
file pointer
Examples
- The feof ( ) function checks if the " end - of - file " ( eof ) has been reached
函数的作用是:测试文件指针是否到了文件结束的位置。 - The rewind ( ) function " rewinds " the position of the file pointer to the beginning of the file
函数的作用是:将文件指针的位置倒回到文件的开头。 - The writefile function writes data to a file at the position specified by the file pointer
它是你用来往文件里面写东西用的.它会写往文件指针指向的位置 - Is created , its handle is passed , some operation moves the handle s file pointer , and then the
、传递它的句柄、某些操作移动句柄的文件指针,然后再次使用 - Might have buffered , and restore the file pointer to the location it had when methods were last called on
可能已缓冲的文件部分,并且将文件指针还原为上一次在