in general, never use feof() for loop control. In this case use the returned value from the call to fread() to control the loop. The man page for fread() ...
確定! 回上一頁