Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试读取包含值及其位置(行和列)的 .txt 文件,如下所示:
0 0 1.00000000 1 1 1.00000000 2 2 1.00000000 0 3 2.00000000
我的问题是我不知道如何使用 fscanf 读取文件来分隔行、列和值。
我有文本文件,不是另一组下的一组数字,而是另一个旁边的一组数字。