This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
[From Instapaper] : C/C 静态链接库(.a) 与 动态链接库(.so) - 52php - 博客园 #76
Labels
Instapaper
Articles synced from Instapaper via IFTTT will be labeled [Instapaper]
C/C++ 静态链接库(.a) 与 动态链接库(.so) - 52php - 博客园
平时我们写程序都必须 include 很多头文件,因为可以避免重复造轮子,软件大厦可不是单靠一个人就能完成的。但是你是否知道引用的那些头文件中的函数是怎么被执行的呢?这就要牵扯到链接库了! 库有两种,一种是 静态链接库 ,一种是 动态链接库 ,不管是哪一种库,要使用它们,都要在程序中包含相应的 include…
August 5, 2019 at 01:56PM
via Instapaper https://ift.tt/2YHhtUm
The text was updated successfully, but these errors were encountered: