Software Archive
Read-only legacy content
17060 Discussions

Calling F90 from C++

Intel_C_Intel
Employee
395 Views
Does anyone have any experience of calling an F90 subroutine that
supports optional arguments from C++

Any help would be most welcome.

Thanks
Geoff
0 Kudos
2 Replies
Jugoslav_Dujic
Valued Contributor II
395 Views
Just pass a NULL pointer for ommited arguments.

Jugoslav
0 Kudos
Intel_C_Intel
Employee
395 Views
Most helpful, thanks very much

Geoff
0 Kudos
Reply