Fortran and C++?

  • Thread starter Thread starter PatM
  • Start date Start date
Joined
8/19/05
Messages
58
Points
16
Does anyone know both Fortran and C++ well? I have Fortran code that I am trying to read and translate into C++, and I have some questions.

It's not something that can be posted here - it is detailed, line by line, and would take a while. Does anyone know how I might begin to seek assistance on this?
 
Does anyone know both Fortran and C++ well? I have Fortran code that I am trying to read and translate into C++, and I have some questions.

It's not something that can be posted here - it is detailed, line by line, and would take a while. Does anyone know how I might begin to seek assistance on this?

Pat, I did some FORTRAN a while back (long while back) and I remember it was not difficult. Email me or PM me and we can talk about it.

However, if you are talking about matrix code (BLAS, LAPACK type of code), it might be hand optimized for FORTRAN and it could be hard to translate and achieve the same speed. Although the result will be the same...
 
Back
Top Bottom