Conversion of Fortran 77 code to C++

前端 未结 6 1339
谎友^
谎友^ 2020-12-14 10:41

Has anyone converted a large (ours is 550,000 lines) program of Fortran 77 code to C++ ? What pitfalls did you run into ? Was the conversion a success ? Did you use a too

6条回答
  •  感动是毒
    2020-12-14 10:51

    I once used this: http://manpages.ubuntu.com/manpages/hardy/man1/f2c.html to convert a small fortran program to C. The conversion was successful. The code wasn't significantly complex to detect any kind of speed change.

    Since your program is allot bigger I don't really know if everything is going to run like it did with me.

提交回复
热议问题