ty works as ACOS(-1) Did more research when I was less frustrated =) ... Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail. [Non-text portions...
I am very new to FORTRAN and need to learn it quick. I wrote the following code to find the definite integral of x^2 between 0 and 1 which should come out to...
Thank you that works also, I used ACOS(-1) but that adds another variation =) ... Do you Yahoo!? Get on board. You're invited to try the new Yahoo! Mail. ...
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...