webpage
webpage copied to clipboard
Fortran Best Practice: File Input/Output
The chapter about File Input/Output needs some work.
- clearer recommendation on best practice
- better explanation of the modifiers used with
open,close, ... - separate discussion of
inquire
I also think it could use some statements on most efficient ways to write formats - i.e. save them as a string, use it in write statements.
Also, working with writing records seems pertinent, no? Binary can take up much less storage than writing strings.
I would love working on this issue! Could you please assign it to me?