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.
Fortran77 を使用してファイルを開きたい場合、ファイルはファイルの最後に移動し、ファイルは上書きされません。
FORTRAN90/95 の OPEN(**,ACCESS="SEQUENTIAL",POSITION="APPEND") と同じ
厳密に標準に準拠して、f77でそれを行う簡単なポータブルな方法はありません。ただし、多くのf77コンパイラは、拡張機能としてaccess=appendをサポートしていました。
f77を厳密にフォローする強い理由がありますか?一般的な拡張機能がなくても?