Archived

This forum has been archived. Please start a new discussion on GitHub.

How can I integrate fortran/C++ applications

In our situation, there's fortran computation programms, C++ User interface, How can i use Ice to integrate these applications?

Comments

  • If you can access your Fortran program with C++ code, write the appropriate interface definitions in Slice, and implement them as a C++ wrapper for your Fortran code.