It's also a difference when it comes to deploying your program. Either you need to deploy the library with your program (when linking dynamically) or not (when linking statically) at a cost of increased binary size.
It's also a difference when it comes to deploying your program. Either you need to deploy the library with your program (when linking dynamically) or not (when linking statically) at a cost of increased binary size.
I get it, when you are deploying the library, someone else can start developing with it too, if he has the documentation.
Bookmarks