The source file generally refers to the result of saving the code written in assembly language or high-level language as a file. The source file is relative to the target file and executable file.
#The operating environment of this article: Windows 7 system, Dell G3 computer.
File refers to a collection of related elements with a file name defined by the creator.
Source file Generally refers to the result of saving the code written in assembly language or high-level language as a file. The source file is relative to the target file and executable file.
Source File. This refers to a file consisting of source programs and data. Files usually formed by source programs and data input by a terminal or input device are source files. It usually consists of ASCII code or Chinese characters.
Target file. This refers to a file composed of object code that has been compiled by the compiler of the corresponding language but has not been linked by the linker. It is a binary file. Usually, the suffix used for object files is ".obj".
executable file. This refers to the file formed by linking the compiled object code through the linker.
If you want to know more about programming learning, please pay attention to the php training column!
The above is the detailed content of What does source file mean?. For more information, please follow other related articles on the PHP Chinese website!