|
|
|
|
|
by short_circut
4061 days ago
|
|
I don't disagree. Fortran is brilliant at what it does.... but I find many of its object oriented features to be very obtuse compared to C and C++. The way it uses pointers drives me insane. Building certain datastructures in fortran just takes too much time. I kind of wish I could find a good way to make Fortran and C play nicely together. (There are some compiler dependent peculiarities that I have encountered that make it difficult.) Fortran's intrisics and file handling capabilities make it indispensable in the work I do.... So it is really a love hate relationship. |
|
Fortran can call C and vice-versa, at least since Fortran 2003 there is a standard way to call C.