GCC compilation process
Four stages of compilation processPre-processorWe 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 the contents…
Four stages of compilation processPre-processorWe 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 the contents…