Library (computing)

This is an old revision of this page, as edited by Frecklefoot (talk | contribs) at 18:34, 18 September 2003 (moved comments to talk page). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.


A software library is a collection of code assembled to perform a set of related tasks. Software libraries are distinguished from executables in that they are not independent programs; rather, they are "helper" code that provides services to an independent program.