Join / sign up
Originally posted by: Rafik Zurob If you've tried calling system functions from a Fortran program, you might have run into difficulties because these functions don't have a Fortran interface. For example, the following code will fail execution: real x(10) pointer(p, x) p = malloc(40) if ...
Originally posted by: melaniejs Check-out this tutorial to learn how to use the interoperability features of the IBM XL Fortran and the IBM XL C/C++ compiler to integrate Fortran, C and Java source code into an application. The demonstration shows how to call Java source routines from...