C, compilers, troubleshooting How C Compilers Work Part 4: Linker Now we are at the point where we have produced one or more object files and we want to create an executable. Under GNU/Linux systems, this job is done
C, compilers, troubleshooting How C Compilers Work Part 2 - Preprocessor As said in the previous post, in modern compilers, preprocessing is not a separate phase but it's made together with compilation. Nevertheless, understanding the role of preprocessor is