Shadow-object interface between Fortran 95 and C++

  • Authors:
  • Mark G. Gray;Randy M. Roberts;Tom M. Evans

  • Affiliations:
  • -;-;-

  • Venue:
  • Computing in Science and Engineering
  • Year:
  • 1999

Quantified Score

Hi-index 0.00

Visualization

Abstract

The authors aim to automatically interface C++ and Fortran 95 code, with either language playing the role of main and with user-defined types from one language available in the other. To physically interface C++ and Fortran 95 they: ensure that procedure names are visible and sensible across the language interface; reduce procedure arguments to the common set of built-in types available in both languages; and ensure that the proper code initialization takes place in both languages