Converting Fortran 77 code to C#

Posted by user643192 on Programmers See other posts from Programmers or by user643192
Published on 2011-11-30T06:03:07Z Indexed on 2011/11/30 10:32 UTC
Read the original article Hit count: 173

Filed under:
|

I'm trying to convert a Fortan77 program to C#. I have a subroutine with about 650 lines of code and horrific GOTO statements all over the place. I'm having a lot of trouble even starting to visualise the flow of the subroutine to figure out what it does.

Is there anybody with experience in this sort of thing who could give me any advice on how to get an overview of this subroutine? Are there some tools available to speed up or facilitate this type of conversion?

© Programmers or respective owner

Related posts about c#

Related posts about fortran