January 2019

GCC compilation process

Four stages of compilation process Pre-processor We use a high level language such as C++ to write our source code which ends with extensions .c, .cpp, .h etc. The C++ preprocessor removes the comments, copies…