Compilation and execution in detail (part 1)
This lesson contains approximately 20 minutes of video content.
Nature of programming
Compilation pipeline
Preprocessor
Note: This lesson was developed when our development environment
used an older version of clang++, i.e., clang++-10.
When compiling in our environment, please use clang++: it is linked to the newest version of
clang++ installed in the container.
To be continued
We will continue our discussion on Compilation and Execution in the next lession!