gpt4 book ai didi

c - 读取c文件中的字节(对于文件中的所有行)

转载 作者:行者123 更新时间:2023-11-30 19:36:46 25 4
gpt4 key购买 nike

我尝试读取文件每一行中的字节。

对于一个文件它有效,但对另一个文件不起作用。

pFile=fopen(table,"rb");

for (c = 0; c <= 256; c++)
{
fgets (line, sizeof line, pFile); /* read a line */
sscanf(line,"%d ",&x);
ranges[c]=x;

printf ("%d\n",ranges[c]);

}

最佳答案

sscanf 格式字符串中删除空格。

关于c - 读取c文件中的字节(对于文件中的所有行),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40464350/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com