Using C and C++ with Fortran
Un manuale su come utilizzare le routine fortran in programmi c e c++
Sommario
- Background
- Alternatives to mixed-language programming
- Language run-time differences
- Language data type differences
- Fortran data types
- C/C++ data types
- Fortran and C/C++ common data types
- Array storage-order differences
- Array indexing differences
- Function return types
- File types
- The Fortran view of files
- The C/C++ view of files
- Mixed-language file processing
- Language memory management
- Language calling sequence differences
- Argument addressing
- Routine naming
- CHARACTER*n arguments
Per consultare il manuale cliccare sul link seguente:
Using C and
C++ with Fortran