Software

Why Static Libraries

Static Libraries (LIB) is a great way to reuse code. Rather than re-creating the same routines/functions in all the programs, the user can write them once and reference the applications that need the functionality.