I know it is possible to call C++ from FORTRAN (extern C)
Basically, I need to access C++ class data from FORTRAN- when calling C++ from FORTRAN.
Steve suggested in one of his post to use access routines (get, put, etc.) if you need to communicate class data between the languages (this was in Intel forum discussion