cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
PAssing strings from C++ to FORTRAN
PAssing strings from C++ to FORTRAN
Apr 25, 2013 at 7:45am UTC
jerome12345
(24)
I'm trying to pass a string from c++ to FORTRAN.
Can anyone advise how to do this?
Apr 25, 2013 at 12:31pm UTC
keskiverto
(10402)
http://www.neurophys.wisc.edu/comp/docs/notes/not017.html#exam2
Apr 25, 2013 at 4:12pm UTC
Cubbi
(4774)
Don't forget to mention which compilers you're using, the approach may be different.
(with ibm, sun, and gnu, I have to space-pad the strings and pass their lengths as additional, hidden, parameters)
Topic archived. No new replies allowed.