Computer Programming Using Oo-Fortran[1]
Computer Programming Using Oo-Fortran[1]
USING OO-FORTRAN
Fortran Evolution
• Fortran stands for FORmula TRANslation. The first
compiler appeared in 1957 and the first official
standard in 1972 which was given the name of
`Fortran 66'. This was updated in 1980 to Fortran
77, updated in 1991 to Fortran 90, updated in
1997 to Fortran 95, and further updated in 2004
to Fortran 2003. At each update some
obsolescent features were removed, some
mistakes corrected and a limited number of new
facilities were added.
Character Set
• The following are valid in a Fortran 95
program:
• alphanumeric: a-z, A-Z, 0-9, and _ (the
underscore); the lower case letters are
equivalent to the upper case letters
• symbolic:
Intrinsic Types
• Fortran 95 has two broad classes of object
type:
• numeric;
• non-numeric