f90_files_test


f90_files_test, a FORTRAN90 code which uses files.

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

f90_files_test is available in a C version and a C++ version and a FORTRAN90 version.

Related Data and codes:

f90_test, FORTRAN90 codes which illustrate some of the features of the FORTRAN90 codeming language.

f90_stop_test, FORTRAN90 codes which illustrate how a FORTRAN90 code can print a text message or return a numeric code status value to the calling environment when executing the STOP statement.

FILUM, a FORTRAN90 code which can work with information in text files.

TABLE_IO, a FORTRAN90 code which reads and writes table files.

Reference:

  1. Jeanne Adams, Walter Brainerd, Jeanne Martin, Brian Smith, Jerrold Wagener,
    Fortran90 Handbook,
    Complete ANSI/ISO Reference,
    McGraw Hill, 1992,
    ISBN: 0-07-000406-4,
    LC: QA76.73.F28.F67.

Source code:

DEFAULT_NAME examines what happens when you open a file anonymously, that is, without specifying a name, only a unit number.


Last revised on 11 July 2020.