143k views
2 votes
What processes are needed to transform a c++ program to a machine language program that is ready for execution?

1 Answer

4 votes
The first step is to compile the source code into object code (obj or lib files). The second step is to link the object codes to create an executable (exe or dll).
User Sellotape
by
8.3k points

No related questions found