Static vs Dynamic libraries Static libraries are loaded into an application compile time. They increase the size of the application executable. Static libraries use extensions: Windows: .lib or .a UNIX based: filename starts with a lib, and ends...
cplusminus.hashnode.dev3 min read
No responses yet.