Author Topic: Coding in c++  (Read 7946 times)

aortizb

  • New Member
  • *
  • Posts: 7
    • Personal webpage
Coding in c++
« on: July 02, 2012, 10:21:05 AM »
Dear all, has anyone added some c++ code to Feap? I know that is possible with c. But, how about c++?  If you have done so, please share your experience. Best regards, Alejandro.
---
Alejandro Ortiz-Bernardin

FEAP_Admin

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 993
Re: Coding in c++
« Reply #1 on: July 02, 2012, 03:30:49 PM »
This can be done if you use "extern C".  There are a number of tutorials on the web; try googling "calling C++ from fortran" and "extern C C++ fortran".