I cant seem to find where I can change the thread title. I will change that if I can find out how to change it
Changing the extension to .f90 fixed the problem, thank you.
I am learning Fortran 90, my main resource being this pdf
Link
(which I have found to be quite easy to understand, for...
Okay, so Im working through some basic stuff with learning fortran, but Im running up against an issue with format statements.
Using gfortran 4.7.2.1, I try to compile this example program from a tutorial pdf Im reading:
PROGRAM FORMAT
implicit none
integer:: i, j...
Hello all
So I am working on some basic Fortran (FORTRAN) programs in order to learn the basics. I have some experience coding in C++ before this
Im trying to write some basic input control structures, ie
PROGRAM MENU
implicit none
character (LEN=5):: input...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.