文件指针 meaning in English
file pointer
Examples
- To the file , then you reposition the file pointer to the start of the file and read the contents
的内容写入文件,然后把文件指针重新定位到文件开头,并读入内容。 - The strategy is to make yyin file pointer see the preceding table point to a different file until all the files are parsed
方法是使用yyin文件指针(见上表)指向不同的文件,直到所有的文件都被解析。 - This function moves the file pointer from its current position to a new position , forward or backward , specified by the number of bytes
整个函数将文件指针从当前位置向前或向后移动移动到一个新的位置。 - We wrote the actual code for eval getinput in a separate file and made it very flexible , so it could take input from a file pointer or a string in memory
我们将eval _ getinput ( )的实际代码写入一个单独文件,使它变得非常灵活,这样它可以从文件指针或内存中的字符串中获取输入。