79721679

Date: 2025-07-31 18:07:12
Score: 2
Natty:
Report link

If you want to have Fortran call your C++, you might want to try out SWIG. It's a code generator that will automatically make all that extern "C" wrappers for you and can easily be called from you build scripts.

Main SWIG does not have Fortran support, but there's a fork at https://github.com/swig-fortran

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Kirill Voroshilov