We're looking to move our FORTRAN 90/95 code into a hybrid C++/FORTRAN code where we will use the C++ for infrastructure while the number crunching will be in FORTRAN.
Is it possible to have C++ code call FORTRAN? and if so, can we still debug the FORTRAN in MSVS?
Thanks.
-- Gabe