In a past post, which you can find in this link https://medium.com/@Ana_Morales/c-static-libraries-479afec201a6, we talked about static libraries. This time we are going to talk about dynamic libraries. But first let’s remember what libraries are. What is a library and why to use it? Libraries are a simple and versatile way to modularize and reuse code. A library is essentially…