answersLogoWhite

0

How do you compile library?

User Avatar

Anonymous

7y ago
Updated: 8/16/2019

f you have a bunch of files that contain just functions, you can turn these source files into libraries that can be used statically or dynamically by programs. This is good for program modularity, and code re-use. Write Once, Use Many.A library is basically just an archive of object files

User Avatar

Wiki User

7y ago

What else can I help you with?