How does a shared library work?

Simply put, A shared library/ Dynamic Library is a library that is loaded dynamically at runtime for each application that requires it . Dynamic Linking doesn’t require the code to be copied, it is done by just placing name of the library in the binary file.

Sizin İçin Seçtik  What is a Makefile target?

Leave a Reply

Your email address will not be published. Required fields are marked *