Navigation
index
next
|
previous
|
Applications in C for Engineering Technology
»
2. Topic 1 - Getting Started
»
2.2. Compile Stages
ΒΆ
Preprocessor - expand code based on preprocessor directives (#include and #define).
Compiler - convert code to object code.
Loader or Linker - combine object code files and convert to executable machine code.
Previous topic
2.1. The Programming Process
Next topic
2.3. Integrated Development Environments
This Page
Show Source
Quick search
Navigation
index
next
|
previous
|
Applications in C for Engineering Technology
»
2. Topic 1 - Getting Started
»