We\'ve developed a C# 4.0 module that needs to be accessed from an unmanaged C++ program (as well as a Fortran program). The DLL gets loaded correctly and the method is available to the C++ program, b
I am calling a C++ function from FORTAN using ISO_C_Binding module. I can compile and link the Fortran and C++ files using MINGW g++ and g开发者_开发知识库fortran command line option using the command
I am trying to figure out how values are assigned to the array called ipntr, which stor开发者_Go百科es pointers, in ARPACK. I am relatively new to fortran and I can\'t figure out exactly how the value
Does anyone have any pointers for how I can create an unformatted, direct access binary file with multiple records from .csv data using FORTRAN (or any other language that lets you write binary files.
I am converting a Fortran file using f2c. The file contains the definition of a MODULE, and I am unable to convert it. The error is Error on line 1 of machine.f: unclassifiable statement (starts \"mod
I am using the newest available version of MinGW, with fortran packages. My code compiles perfectly in linux, but in windows I get the following error:
Please give me a step by step answer with example, how to call a C function from Fortran in visual studio 2008. My Fortran compiler is working in visual studio 2008. Where I should keep theC and Fortr
I am dynamically linking to a fortran static object and need to be able (at run time) to take the name of the fortran function (which is a C++ string) and name mangle it appropriately for the compiler
Closed. This question is seeking recommendations for books, tools, software libraries, and more开发者_C百科. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
Can any one tell me, how canI write my output of Fortran program in CSV format? So I can open the CSV fil开发者_JAVA百科e in Excel for plotting data. A slightly simpler version of the write statement