- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We're looking to move our FORTRAN 90/95 code into a hybrid C++/FORTRAN code where we will use the C++ for infrastructure while the number crunching will be in FORTRAN.
Is it possible to have C++ code call FORTRAN? and if so, can we still debug the FORTRAN in MSVS?
Thanks.
-- Gabe
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, absolutely. You will need to buy Visual Studio Professional Edition or higher to get the C++ capability. We provide several examples of mixed C++/Fortran programming and an extensive chapter in our documentation on mixed-language programming. You will also want to read How do I configure Microsoft Visual C++ for developing mixed Fortran-C applications? You will want the C++ and Fortran projects in the same Visual Studio solution for easiest building and debugging.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page