Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. saracooper

    String copy

    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 =...
  2. saracooper

    Fortran program calls C subroutine

    Thanks for responding xwb. I am using the default - cdecl ...
  3. saracooper

    Fortran program calls C subroutine

    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...

Part and Inventory Search

Back
Top