What is C++ compiler?
Generate machine code from source code
What does a compiler contain?
Preprocessor
Compiler
Linked
Preprocessor
Processes its input data to produce output data which is used as input
data in another program.
Compiler
Translates source code written in a high level language (like C++) to machine
language instructions that can be understood by a digital computer’s CPU.
Linker
A program that takes one or more object files and combines them into a single executable file.