During the FortranCon 2020 conference last week someone raised the question whether there is any resource out there that can help C++ programmers get acquainted with Fortran. Guidelines are available for various combinations of programming languages, but none it seems for this particular direction.
Does anyone know of such a guide? If not, I suggest it could be a nice contribution to the fortran-lang tutorials.
I have mailed with Gary Klimowicz, one of the authors of the flang page, and he agreed that we use the ideas written there to set up such a guide. Together with the examples from the rosetta page, that should do the trick.
I know of an opposite guide: C++ for Fortran Programmers. There is also book on C for Fortran Programmers. Both are pre-F2003, meaning OO features and C interoperability where not yet part of the Fortran standard.
There is also lecture by Kevin Cowtan on C++ for Fortran Programmers with side-by-side examples of language constructs.