Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fortran-iso-c-binding

Assigning a character array in Fortran

Fortran 'parameter' type not included in compiled object

Why aren't my fortran functions exported when using the BIND(C, NAME="name") attribute

How to allocate an array inside fortran routine "called" from C

Check that iso_c_binding is available at compile-time

Why does print statement change gzread behavior?

Calling C function with **int parameter from Fortran

Mixed programming - Including C++ header to Fortran

how can I access a C pointer from fortran?

Return string from Fortran to C++

access fortran module data from c using gfortran and gcc

Passing an array of C-strings to Fortran (iso_c_binding)

How to pass arrays of strings from both C and Fortran to Fortran?

Intercepting Fortran STOP from C++

Holding a pointer to a C function inside a Fortran derived type

The correct way to pass a string from Fortran to C/C++

Debugging Python with compiled extensions [closed]

Why ISO_C_BINDING

Fortran - Cython Workflow