Home > Archive > Fortran > December 2006 > basic Fortran info
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
basic Fortran info
|
|
| markww 2006-12-17, 7:05 pm |
| Hi,
I need to get some information on Fortran. First, what are Fortran's
types? (like fixed, float, arrays..).
Also, what are Fotran's name spaces (variables, common blocks,
subprogram names)?
Thanks
| |
| Michael Metcalf 2006-12-17, 7:05 pm |
|
"markww" <markww@gmail.com> wrote in message
news:1166395538.446431.326230@16g2000cwy.googlegroups.com...
> Hi,
>
> I need to get some information on Fortran. First, what are Fortran's
> types? (like fixed, float, arrays..).
>
real, integer, logical, complex, character
> Also, what are Fotran's name spaces (variables, common blocks,
> subprogram names)?
>
Scope in Fortran. Please consult this issue in Section 4 of
http://en.wikipedia.org/wiki/Fortra...res#Definitions (which
does not discuss Fortran 77 features such as common) or in any textbook.
Regards,
Mike Metcalf
| |
| Steven G. Kargl 2006-12-17, 7:05 pm |
| In article <1166395538.446431.326230@16g2000cwy.googlegroups.com>,
"markww" <markww@gmail.com> writes:
> Hi,
>
> I need to get some information on Fortran. First, what are Fortran's
> types? (like fixed, float, arrays..).
>
> Also, what are Fotran's name spaces (variables, common blocks,
> subprogram names)?
Have you check the description available in wikipedia?
http://en.wikipedia.org/wiki/Fortran_language_features
--
Steve
http://troutmask.apl.washington.edu/~kargl/
|
|
|
|
|