covert fortran to c++ or C
By Ahmadali
@Ahmadali (2)
Iran
1 response
@sramanujam (299)
• India
17 Sep 08
it cannot be achieved for all codes. there are some common libraries between the two languages. if you use different set of libraries, you'll have to recode them in order to convert. but i guess there are some softwares which can do this task for you!
simpler way is to compile the fortran code and execute it from c or c++.