DEV Community

Creating Static and Dynamic Libraries for your C Programs

Jake Bloom on November 03, 2018

G'day world! This is my first post here on dev.to. I'm stoked to be here, and today, I'm going to talk about code reuse in the C/C++ world. Bill...
Collapse
 
falcao_g profile image
Falcão

I just learned about this in college and it was really fun, one thing that helped me understand it better was that static libraries are .a for "archive" and dynamic libraries are .so for "shared object" :)

Collapse
 
tux0r profile image
tux0r