Hello, probably this is a very basic question, but I know very little about Fortran, I m a C programmer but have to deal with some routines in Fortran.
How does one copy a string from one CHARACTER*8 var to another ? I tried by simple assignment -
CHARACTER*8 var1
CHARACTER*8 var2
var1 =...
Hello, I am a C programmer, I have developed a set of subroutines in C and put them in a library, a .a file. These subroutines get called inside a Fortran program using CALL subroutine name.
I am working on IBM AIX. So the command I use to compile & link is -
xlf -o add.o -c liborac.a add.f...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.