This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
ddsf:public:guidebook:06_append:glossary:e:exec [2021/07/14 15:44] murphy ↷ Page moved from ddsf:private:guidebook:06_append:glossary:e:exec to ddsf:public:guidebook:06_append:glossary:e:exec |
ddsf:public:guidebook:06_append:glossary:e:exec [2021/07/14 16:38] (current) murphy ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Executable File ===== | ===== Executable File ===== | ||
| - | [[ddsf:private:guidebook:06_append:glossary:start| Return to Glossary ]] | + | [[ddsf:public:guidebook:06_append:glossary:start| Return to Glossary ]] |
| **Executable File** is a file in a format that the computer can directly execute. Unlike source files, executable files cannot be read by humans. To transform a source file into an executable file, you need to pass it through a [[ddsf:public:guidebook:06_append:glossary:c:compiler]] or assembler. | **Executable File** is a file in a format that the computer can directly execute. Unlike source files, executable files cannot be read by humans. To transform a source file into an executable file, you need to pass it through a [[ddsf:public:guidebook:06_append:glossary:c:compiler]] or assembler. | ||