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.