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.
スペースで区切られた浮動小数点数を持つファイルがあり、ファイルを開いてこのファイル内の数値を数学演算(平均など)に使用したいのですが、fopen、fscanf、fclose、printfのみを使用してこれを行うにはどうすればよいですか? / scanf、ポインタ、if / else / switch / loops?(アレイなし)。
スペース区切りファイルの値の数は任意の数にすることができます。
量の知識がなければ、end of fileに遭遇するまで数値を読み取る必要があります。たとえば、while構造を使用します。読み取った数字の実行中のカウントを保持します。
while
覚えて:
fscanf
EOF