0.5 — Introduction to the compiler, linker, and libraries
Continuing our discussion of this diagram from the previous lesson (): Let’s discuss steps 4-7. In order to compile a C++ program, we use a C++ compiler. The C++ compiler sequentially goes through each source code (.cpp) file in your program and does two important tasks: First, it checks your …