- Expert C++
- Vardan Grigoryan Shunguang Wu
- 47字
- 2025-04-04 13:09:41
Understanding Compiling
The C++ compilation process consists of several phases. Some of the phases are intended to analyze the source code, and others generate and optimize the target machine code. The following diagram shows the phases of compilation:
Let's look at each of these phases in detail.