A has a lot of code written in FORTRAN 77. I want to start development using C # with this code. What should I do?
- Import FORTRAN files into managed code
- Code conversion
For each of the options, could you tell me how to do this. Are there any performance issues with the first?
Thank.
source
share