错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Linkage

  • Slobodan Dmitrović

摘要

When we compile our source code, the compiler stitches a header and the source file’s content to create a single source file called a translation unit. The translation unit is then used to produce an object file. If we compile multiple source files, we get multiple object files. The linker then assembles these object files to produce an executable file.