vault backup: 2024-09-04 14:58:35
This commit is contained in:
parent
79373ed944
commit
a0c7ab62c0
11
education/software development/ECE1400/Compilation Steps.md
Normal file
11
education/software development/ECE1400/Compilation Steps.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
1. Preprocessing: The preprocessor obeys commands that begin with #, also known as directives
|
||||||
|
Commands for the preprocessor are called directives.
|
||||||
|
Ex
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
2. Compiling. A compiler translates then translates the program into machine instructions.
|
||||||
|
3. Linking: The generated objects are combined to create a complete executable.
|
||||||
|
|
||||||
|
The preprocessor is typically integrated with the compiler.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user