f77, a Fortran77 code which demonstrate some features of the Fortran77 language.
The information on this web page is distributed under the MIT license.
Directories related to F77 are available in a C version and a C++ version and a Fortran77 version and a Fortran90 version and a MATLAB version and a Python version.
f77_intrinsics, a Fortran77 code which illustrates the use of intrinsic functions.
MAKEFILES, a Fortran77 code which illustrates the use of makefiles.
MATLAB_CALLS_F77, a MATLAB code which calls a Fortran77 function, using MATLAB's mex facility.
MIXED, a Fortran77 code which shows some examples of writing a program partly in Fortran77 and partly in some other language.
MPI, a Fortran77 code which shows how to set up parallel programs in Fortran77.
TIMESTAMP, a Fortran77 code which shows how to get a timestamp.
BIG_INTS_REAL shows what can go wrong when you try to move large integer values into and out of real variables.
HELLO is just a "Hello, world!" program. Files you may copy include:
RANDOM_NUMBERS shows one way to generate random numbers, given that Fortran77 does not specify a built in random number generator. Files you may copy include:
STOP_MESSAGE shows that a Fortran STOP statement can include a message to be printed.