HI all, I'm a new user of Fortran 77. Can i use an ouput database file as ab input file in the same program. I'm creating these output database files in a...
HI all, I'm a new user of Fortran 77. Can i use an ouput database file as ab input file in the same program. I'm creating these output database files in a...
Hi aruna, You can always use the out file again as an input file. But you have to close the file after you write the output. then again you need to open the...
G'day everyone Context: Compaq Visual Fortran 6.6c on Windows XP Professional I'm trying to work out how to convert a BSTR to an array of INTEGER*2. The...
Hello, I;m a new user of Fortran 77 and I'm trying to write a subroutine where i have to read a bunch of data from an input database file. I have written code,...
hi, The open statement for output file you have entered is as follows, OPEN (UNIT=17,FILE=TestoutputV,status='new') In this statement is says that the status...
hi, i am also a learner.. i hav some doubts in your code.. 1st one is there is no close -statement for both the files. 2nd one is y u are giving continue in...
I am trying to get g77 (gnu fortran) installed and working on a laptop with Vista and I have not been suucessful. Has anyone succesfully got g77 to work on...
... Forget g77. It was removed from gcc when 4.0 was released several years ago. Nobody maintains it. And it only supports an obsolete 30 year old dialect...
Hii am using gfortran on my laptop with vista. perhaps the link wbelow will help you http://gcc.gnu.org/wiki/GFortranBinaries http://gcc.gnu.org/wiki/GFortran ...
I am using WATCOM F77/32 compile and link utility Version 1.7. My code compiles without any errors, but won't link. It was working fine, but now the linker...
Thanks! I downloaded gfortran and installed it without any problems. It compiled one of my g77 fortran programs without error and it ran correctly too. For...
OK, I got gfortran to compile fine. Now, I am trying to use the DISLIN grafix library. I am trying to compile and link one of the examples in the DISLIN...
I gave up trying to get gfortran to work on my vista machine. I found a compiler called Supersoft Fortran. It compiles a test program OK. Seems to be somewhat...
... Why? Lots of people run gfortran on vista. As of gcc 4.3 or so it has become very stable. Many *major* applications have been successfully compiled by...
My problem is that it compiles fine until I try to link to say, the DISLIN library. It complains that the "Libray file disgf.a is not recognized as a valid...
hi folks... I'm just doing a kind of modeling, and have written this code with fortran PowerStation. but when it comes to make the exe files just shows this...
Hi: I am working with Fortran90. Has anyone used a "progress indicator", or some one give me a website with an example. I am working with a program with lots...
Hi yeah... that`s a good point..i really need it....please help... there are a bulk of calculation and i need it too Thanks you in advanced... J.A ... From:...
I've always used progress indicators, nothing fancy though. I just place a PRINT line within the main loop that would print out some counters. For larger codes...
I used the print, but the problem is that, it does not 'override' what has been printed. The alternative is to use the write and have that in a logfile but the...
... Which compiler are you using? The following spins for 10 seconds,and reports when the seconds element changes. It works with current versions of g95,...
Assuming that you are looking for the compiler itself (not sure what you mean by "the free source"), a great compiler is gfortran if you are working on a linux...
Yes gfortran is available for windows operating system. In fact i am using this compiler successfully on my vista and xp system. Good luck ... -- Sukhbinder...
Hi to all, I'm new here. I had a question please: how can I plot a data file with fortran? can everyone guide me which command in fortran does the job? thanks...