Table of Contents
    Home / Definitions / Library
    Storage 1 min read

    (1) A collection of files.

    (2) In programming, a library is a collection of precompiled routines that a program can use. The routines, sometimes called modules, are stored in object format. Libraries are particularly useful for storing frequently used routines because you do not need to explicitly link them to every program that uses them. The linker automatically looks in libraries for routines that it does not find elsewhere. In MS-Windows environments, library files have a .DLL extension.

    Was this Article helpful? Yes No
    Thank you for your feedback. 0% 0%