What are the meanings of source program, target program and executable program?
Source program: refers to an uncompiled text file written in accordance with certain programming language specifications. Target program: refers to a collection of machine codes (binary codes) that can be directly run by the computer after the source program has been compiled, with the extension ".obj". Executable program: The target program is connected with the library function to form a complete program that can be executed independently under the operating system.

The operating environment of this tutorial: Windows 7 system, Dell G3 computer.
Source program:
Source program refers to an uncompiled text file written in accordance with certain programming language specifications. It is a series of human-readable computer language instructions.
The source program cannot be executed directly on the computer. You need to use a "compiler" to compile the source program into binary form of code.
Target program:
The binary code obtained by compiling the source program through the "compiler" is called the target program
The target program refers to the source program after Compile a collection of machine codes that can be directly run by the computer. The computer file has .obj as the extension
executable program
executable Program: Connect and assemble all the compiled target modules, and then connect them with the function library to form a whole to generate a target program that can be executed by the computer and become an executable program.
Simply put, an executable program is a complete program that can be independently executed under the operating system by connecting the target program and the library function.
The extension of the executable program is ".exe ” (in dos/windows environment).
For more programming related knowledge, please visit: Programming Video! !
The above is the detailed content of What are the meanings of source program, target program and executable program?. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Dreamweaver CS6
Visual web development tools

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

Dreamweaver Mac version
Visual web development tools

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.





