10 differences between static and dynamic libraries every C++ developer should know
Should you distribute your C++ API as a static or dynamic library ? The answer to that question is not straightforward and will depend on a number of factors like:
- Does the client application using your library have size limitations