• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Fortran and C++?

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