Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29387 Discussions

Need C++ subroutine to utilize "MODULE" from FORTRAN application

jlgilber
Beginner
543 Views
I have an application that has many variables define in a "MODULE SystemFields" and the subroutines therefore have the corresponding "USE SystemFields" statements. It appears that I may need to incorporate a routine that is written in C++ into this application. The C++ code does not present a problem, but I have no idea how to get the C++ to utilize my common variables in the SystemFields module. Can someone tell me what C++ statement(s) I need to put into the C++ code.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
543 Views
This is discussed in the Building Applications manual in the chapter on mixed-language programming.
0 Kudos
Reply