C++ Toolchain
The C++ toolchain is a set of programs that take C++ source code and turn it into an executable program.
Core Components
- Preprocessor
- Compiler
- Assembler
- Linker
The C++ toolchain is a set of programs that take C++ source code and turn it into an executable program.