How dynamic linking for modular libraries works on Linux
When you write an application using the C programming language, your code usually has multiple source files. Ultimately, these files must be compiled into a single executable. You can do this by creating either static or dynamic libraries (the latter are also referred to as shared libraries). These two types of libraries vary in how they are created and linked. Both have advantages and disadvantages, depending on your use case.
|
|
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.