hello friends i'm a mechanical engineer. i have to prepare an interface for an engineering project using with Visual Fortran programming language. i have...
hi everybody i have a question about allocate array . in the program , one function is solved and i want to save roots ( named x ) of function in array . i...
Hello, When I coMpile my Fortran program using Compaq Visual Fortran Compiler (V6.6) I get no warning or error messages. However, when I build the program or...
Hi there I'm Colombian and I'm programming now in fortran languaje, I'd like share my experience until now .. y I'd like that you guys share them with us .. ...
Hey guys ... I wish make a one question ... Where find out .. a good information ... easy and confortable for learning the fortran programation ... About all...
hi i propose you this link http://www.math.hawaii.edu/206L/197/fortran/fortmain.htm it helped me alot,when i start fortran ,it has alot of exmaples which you...
HELLO I receveid this error: Error: Operands of comparison operator '.ne.' at (1) are LOGICAL(4)/INTEGER(4) this line: IF(LOC .NE. 0 .OR. LOCAL_1)THEN Help-me...
Hi to everyone Is there anyone who could suggest me a site where I can find the blas, but where they actually explain me the parameters between the (), because...
Hi all I am working on a project to convert FORTRAN 77 code to FORTRAN 90.The program is huge and contains 60+ subroutines with numerous common statements, can...
HI everbody, i am a new member joined recently. I am looking for Compaq Visual Fortran Ver. 6.6B.... since Compaq is no more supporting this product, could any...
I am self-taught Fortran recreational programmer for about a year now, using Gfortran for both Win32 and Linux (CentOS). I am frequently in #Fortran on...
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...