From: David Duffy on
Allamarein <matteo.diplomacy(a)gmail.com> wrote:
>> Clive Page has made his textbook available at:http://www.star.le.ac.uk/~cgp/fortran.html

> Ok...which version do you suggest? Where can I download relative
> documentation?
> Where can I download a free compiler for Vista with GUI (e.g. Force
> 2.0 for Fortran 77)?
> Let's say I need a start-pack.

The web page cited gives links to g95 and gfortran, and to the DISLIN library
which is one approach to writing simple GUIs. If you want a Fortran IDE, google
"Photran".

From: e p chandler on
"Allamarein" wrote

>Ok...which version do you suggest? Where can I download relative
>documentation?
>Where can I download a free compiler for Vista with GUI (e.g. Force 2.0
>for Fortran 77)?
>Let's say I need a start-pack.

See www.lepsch.com/2009/05/downloads.html

I'm pleasantly surprised to see that someone has integrated g95 and gfortran
with Force!

Note: This web site has G77, which is Fortran 77 + extensions (2 versions)
AND older distributions of G95 and Gfortran (both Fortran 95+).

I suggest you install g95 or gfortran instead of G77. While g77 has some
extensions beyond Fortran 77, g95 and gfortran will compile almost all g77
programs, are easier to use with free-form source and give you the benefits
of Fortran 95+ features.

--- Elliot




From: Lynn McGuire on
> I'm a newbie in Fortran 77. It's possible to find a manual with built-
> in statements and that show this language, without digressing too
> much?

Yes, at http://www.openwatcom.org/index.php/Manuals .

Specifically http://www.openwatcom.org/ftp/manuals/current/f77lr.pdf .

Lynn


From: glen herrmannsfeldt on
jfh <john.harper(a)vuw.ac.nz> wrote:

(snip)

> The best book I know on that is "Effective Fortran 77" by Michael
> Metcalf, Oxford 1990, but it has long been out of print because that
> Fortran dialect has been out of date for 20 years, so you may well
> find it only in libraries and on the shelves of oldies. But why is a
> newbie doing f77 anyway instead of f95 or f2003?

It seems to be at half.com for between $0.75 and $73.15.
(Plus shipping, which is about $4.00 for US.)

There may be some historical interest in such books and compilers.

Otherwise, one should probably use a compiler such as g95 or
gfortran.

-- glen
From: baf on
On 5/6/2010 1:46 PM, Allamarein wrote:
> I'm a newbie in Fortran 77. It's possible to find a manual with built-
> in statements and that show this language, without digressing too
> much?

Silverfrost FTN95 is free for windows.
Full Fortran 95, nice GUI IDE, very nice debugger.

http://www.silverfrost.com/32/ftn95/ftn95_personal_edition.aspx
First  |  Prev  |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10
Prev: proble in common
Next: GNU f90 read() run time error