Hehe, ready? The compiler I'm using is MS optimizing compiler ver 4.00, released in 1987. This is Fortran77. Still works just fine in a DOS environment. ...
I'll find out tomorrow what version of the compiler I'm using (can't recall, and it's on my work system) but it predates VB. It's from the late 80's. How's...
Hi Devin,<br><br>with Microsoft Fortran, at least with version 5.1<br>and later, you can write Fortran subroutines that<br>can be linked to Visual Basic. You...
Hello fellow Fortran people, it's a nice surprise to find this club. I'm stuck in the dark ages it seems. I still program using a Microsoft F77 compiler (dos...
Mr. Nocturnal,<br><br>if your only need is a minimisation package, look<br>up a book/software package called Numerical Recipes in Fortran. It is expensive, but...
I'm a physics undergrad embarking on my first fortran programming task.<br><br>Essentially, my program (dealing with polymer chain lengths under certain growth...
howard,i have the same problem with fortran.this year i should learn fortran but i dont know where i will learn it from.if you find any web site about fortran...
For anyone who can write a program in Fortran77, please help me with this one.<br><br>Newton-Raphson method of calculating the root of an equation from a guess...
Fortran has been designed primarily for numerical computations in maths, physics etc. <br><br>The latest version of Fortran, Fortran 95/90 has many new...
If you use linux, g77 is very good. If you don't know much about linux, or don't have a friend handy to help, you better try some other solution, unless you ...
You can do it in some ways.<br><br>The best way in f77 is to write it in a buffer (it has to be a character variable) and read it back from it:<br><br> ...
I did a search on www.google.com for free fortran compilers. I got a few links. Mostly, It depends on your OS. Linux/ Unix has the most choices. Otherwise...
I am new to Fortran. I have a project. My project is to write a program in Fortran. But I haven't used Fortran before. I use Visual Basic. I wrote the program ...
Does any one have advice or experience to impart re Fortran compilers for IBM-compatible PC's? I get the impression that most FN users work on mainframes or...
Hi <br>I'm PH.d. student of Telecomm.<br>I plan to write a program for Electromagnetic<br>Time domain Analysis with fortan .<br>I have some problem with for....
Hi <br><br>I am a MIS graduate student. Now, I shall begin my work study for a professor. He want me to us e fortran to run the database, however I have never...
Hi Aiaiai:<br><br>I am a MIS graduate student. Now, I shall begin my work study for a professor. He want me to us e fortran to run the database, however I have...
Hi<br><br>I am a MIS graduate student. Now, I shall begin my work study for a professor. He want me to us e fortran to run the database, however I have never...
I use F90 really only when I have to. I know it's better than f77, but I work in at least three or four environments that don't have f90, and a lot of legacy ...