September 2018
Intermediate to advanced
606 pages
14h 32m
English
It is good practice to hide internal symbols when building a shared library. This means that the library shrinks in size, because what you expose to the user is less than what you have in the library. This defines the Application Binary Interface (ABI), which most of the time should coincide with the Application Programming Interface (API). This is done in two stages:
Static libraries are just archives of object files. Thus one compiles sources into object files and then the archiver bundles them into ...
Read now
Unlock full access