Compiling and linking Flashcards
1
Q
What is C++ compiler?
A
Generate machine code from source code
2
Q
What does a compiler contain?
A
Preprocessor
Compiler
Linked
3
Q
Preprocessor
A
Processes its input data to produce output data which is used as input
data in another program.
4
Q
Compiler
A
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.
5
Q
Linker
A
A program that takes one or more object files and combines them into a single executable file.