Search code examples
Exchanging array between Fortran and C...


cfortranfortran-iso-c-binding

Read More
What's the right way to pass a Fortran zero-length arrays to C?...


carraysfortranfortran-iso-c-binding

Read More
Modifying a Fortran array in C...


carraysfortranfortran-iso-c-binding

Read More
with c_f_pointer is fortran array reshape in-place or not...


fortranreshapein-placefortran-iso-c-binding

Read More
SAVE attribute needed for Fortran variables when only the C_LOC address is returned to a C program?...


fortranfortran-iso-c-binding

Read More
Return string from Fortran to C++...


c++fortranfortran-iso-c-binding

Read More
What is the official way to deal with string in C++/FORTRAN interop...


c++stringfortranfortran-iso-c-binding

Read More
Debugging Fortran mixed with C++/CLI...


visual-studiofortranc++-clifortran-iso-c-binding

Read More
Allocate CUDA pinned memory in a Fortran program with C wrapper (WITHOUT PGI CUDA Fortran)...


cudafortranfortran-iso-c-binding

Read More
How to store the database connection handle from sqlite3_open?...


csqlitefortranfortran-iso-c-binding

Read More
Renaming a subroutine in a Fortran module when using iso_c_binding...


gccfortrangfortranfortran-iso-c-binding

Read More
Access Fortran Common Variables from Cython...


pythonfortrancythonfortran-iso-c-binding

Read More
Working with a Fortran type containing pointer from managed code...


c#fortraninteropmarshallingfortran-iso-c-binding

Read More
About using Fortran function in C with iso_c_binding...


visual-c++fortranintel-fortranfortran-iso-c-binding

Read More
Behaviour of intrinsic exp function in fortran with iso_c_binding...


fortrangfortranfortran-iso-c-binding

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


cmemory-managementfortranfortran-iso-c-binding

Read More
Assign variable length string to fixed length string...


cfortranfortran-iso-c-binding

Read More
accessing variables of fortran module from c++...


c++fortranintel-fortranfortran-iso-c-binding

Read More
How should multiple Fortran strings be passed to C?...


cfortranc++-cliintel-fortranfortran-iso-c-binding

Read More
Pass arrays from C/C++ to Fortran and return a calculated array...


c++carraysfortranfortran-iso-c-binding

Read More
C Wrapper Calling Fortran Functions...


cfortrangfortranfortran-iso-c-binding

Read More
Fortran and C Mixed Programming (Shared Memory)...


cfortranfortran-iso-c-binding

Read More
How to compare Fortran c_ptr with null...


fortranfortran-iso-c-binding

Read More
Calling C function with **int parameter from Fortran...


cfortranfortran-iso-c-binding

Read More
How to pass C++ pointer to Fortran?...


c++pointersfortranfortran-iso-c-binding

Read More
Fortran derived types containing derived types to be accessible from C...


cpointersfortranfortran-iso-c-bindingderived-types

Read More
Fortran derived types containing pointers to be accessible from C...


cpointersfortranfortran-iso-c-bindingderived-types

Read More
When I pass a pointer from Fortran to C++ the value of the first element is lost...


c++pointersfortranfortran-iso-c-binding

Read More
Fortran-C interoperability and float arrays...


cfortranfortran-iso-c-binding

Read More
Debugging Python with compiled extensions...


pythondebuggingfortrancythonfortran-iso-c-binding

Read More
BackNext