Fortran Books

GreenGhost

Golden Member
Oct 11, 1999
1,272
1
81
The classic Fortran 77 text book was, many years ago:

FORTRAN 77 with Numerical Methods: Engineers and Scientists, Delores M. Etter, Sally Elliott (Ed.) (Benjamin-Cummings, ISBN 0805317708, 2/92)

Not surprisingly, it's out-of-print. I don't know what the good books on Fortran 90/95 are, never need them.

Try this andthis.
 

HokieESM

Senior member
Jun 10, 2002
798
0
0
What exactly are you doing? Strict Fortran 77 can be quite ugly--it still has line numbers. Can you use Fortran90? If so, the gnu complier has some excellent documentation. 90 also has allocatable memory and such (which is nice if your optimizing).

Oh... and just so you know... Intel's Fortran compiler for Linux is free. And very very fast. :)