Call fortran in C++ project
- From: FlyVenus <duguguiyu@xxxxxxxxx>
- Date: Sun, 30 Mar 2008 20:08:41 -0700 (PDT)
Hi, All:
I plan to using a fortran 90 program in C++. I have no experience
about that, and I have some question about that.
1. I think I have two methods to using the fortran 90 program.
First, compile all the .f90 and .cpp to .obj, and link them. Second,
make the fortran 90 program to a dll, and call it in C++ project. I
want to know, which is better, and how I should do?
2. In the fortran 90 program, there many Types. How can I using
them in C++.
Thank you very much.
.
- Follow-Ups:
- Re: Call fortran in C++ project
- From: Craig Powers
- Re: Call fortran in C++ project
- Prev by Date: Re: data with metadata
- Next by Date: Re: data with metadata
- Previous by thread: data with metadata
- Next by thread: Re: Call fortran in C++ project
- Index(es):
Relevant Pages
|
|