English translation for "fgets"
|
- 函数
- Example Sentences:
| 1. | The fgets ( ) function returns a line from an open file 函数的作用是:从文件指针中读取一行。 | | 2. | The fgets ( ) function is used to read a single line from a file 函数用来读取文件中的一行内容。 | | 3. | The fgets ( ) function stops returning on a new line , at the specified length , or at eof , whichever comes first 函数可以对是否输出新的一行词段作出设置,具体见下面的语法;当到达文档段落末尾[ eof ]时,该函数将停止运行。 | | 4. | As an alternative , use the method fgets . it can do the same things gets does , but it accepts a size parameter to limit the number of characters read in , thus giving you a way to prevent buffer overflows . for example , instead of the following code 当一个组织很庞大,以至于信息成了供它使用的另一种可代替的物品时,它就会希望并且需要这样的保证:它所接受的信息是准确和未受破坏的。 |
- Similar Words:
- "fgdg" English translation, "fgdx" English translation, "fges" English translation, "fgetc" English translation, "fgetchar" English translation, "fgf" English translation, "fgg" English translation, "fgge" English translation, "fgi" English translation, "fgia" English translation
|
|
|