Steps to create executable program in C++
Appearance
- Create the C++ source code in any text editor. This step is done by the programmer (human).
- Convert the C++ source code to the object code (machine language). This step is done by the compiler.
- Link the object code with libraries. The result is an executable program. This step is done by the linker.