c++ Programming Glossary: calledfromfortran
Calling a C function from Fortran where the C function name was originally passed in from C http://stackoverflow.com/questions/14485344/calling-a-c-function-from-fortran-where-the-c-function-name-was-originally-passe extern C void fortranRoutine_ void int status calledfromFortran.h void calledfromFortran int status main.cpp #include fortranRoutine.h.. fortranRoutine_ void int status calledfromFortran.h void calledfromFortran int status main.cpp #include fortranRoutine.h #include calledfromFortran.h.. int status main.cpp #include fortranRoutine.h #include calledfromFortran.h using namespace std int main int argc char argv calledfromFortran..
|