guys provide me fortran language

Status
Not open for further replies.

arunks

Hey here is the aks
Guys my friend wants to make and run some programs of fortran,..

So plz tell me from where i can download it..

or if anyone have it then email or send me via uploading..

plz do fast as my friend has 2moro viva
 
OP
arunks

arunks

Hey here is the aks
is that for windows ennvironment????

my friend has only windows xp in his computer and he knows abt computer very less so a easy fortran tool is needed to compile and run programs
 

QwertyManiac

Commander in Chief
Read FAQ too!

Basically for compiling and linking you would do:

g77 programname.f -o outputfile

And type outputfile to execute it once successfully compiled.
 
OP
arunks

arunks

Hey here is the aks
QwertyManiac said:
Read FAQ too!

Basically for compiling and linking you would do:

g77 programname.f -o outputfile

And type outputfile to execute it once successfully compiled.

is it possible to do this in windows...?/
/
which is this g77 command
 

mehulved

18 Till I Die............
User Name

Please be more clearer in your queries then you can expect more replies.
arunks said:
is it possible to do this in windows...?/
Yes, it is for mingw is for windows then why won't it be possible for windows? Haven't you ever seen a command prompt in windows?
arunks said:
/
which is this g77 command
g77 is a part of gcc - gnu compiler collection, it is a compiler for fortran 77 language.
 
Status
Not open for further replies.
Top Bottom