Tagged Questions
3
votes
4answers
858 views
Using Fortran to call C++ Functions
I'm trying to get some FORTRAN code to call a couple c++ functions that I wrote (c_tabs_ being one of them). Linking and everything works just fine, as long as I'm calling functions that don't belong ...