- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I would like to pass an array of structures from Fortran to C++. The C++ routine will populate the array of structures and return the values to my Fortran routine.
My Fortran code has the variable defined as:
RECORD/MY_STRUCT/ MY_ARRAY[100]
- How do I pass my "MY_ARRAY" to the C++ routine?
- How is MY_ARRAY defined in the C++ routine?
My Fortran code has the variable defined as:
RECORD/MY_STRUCT/ MY_ARRAY[100]
- How do I pass my "MY_ARRAY" to the C++ routine?
- How is MY_ARRAY defined in the C++ routine?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - wong
I would like to pass an array of structures from Fortran to C++. The C++ routine will populate the array of structures and return the values to my Fortran routine.
My Fortran code has the variable defined as:
RECORD/MY_STRUCT/ MY_ARRAY[100]
- How do I pass my "MY_ARRAY" to the C++ routine?
- How is MY_ARRAY defined in the C++ routine?
My Fortran code has the variable defined as:
RECORD/MY_STRUCT/ MY_ARRAY[100]
- How do I pass my "MY_ARRAY" to the C++ routine?
- How is MY_ARRAY defined in the C++ routine?

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page