In the last year I\'ve started programming in Fortran working at a research university. Most of my prior experience is in web languages like PHP or old ASP, so I\'m a
Compiling to object files first is called separate compilation. There are many advantages and a few drawbacks.
Advantages:
Drawbacks:
.h files to go with your object files. But it is good practice anyway.