Study note

Beginner's Guide to Linkers

Properties

Type
Blogs
Status
待读
Domain
Compilers / PL
Category
链接、装载与目标文件
Source
lurklurk.org
Vault note
library/articles/compilers/Beginner's-Guide-to-Linkers-a330daa8efc14f97.md

Summary

面向 C/C++ 程序员的 linker 入门文章,讲解 C 文件里的 declaration/definition、object file、symbol、undefined reference、static/shared library、Windows DLL、name mangling、模板、静态初始化和动态加载。

Highlights

适合把“编译后为什么还会链接失败”讲清楚,能建立 object file、symbol table 和 linker 填空模型。

Notes

Linker 入门资料。

Comments

Loading comments...