Library (computing)

This is an old revision of this page, as edited by TakuyaMurata (talk | contribs) at 00:21, 22 September 2003 (tweak). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.


In computer science, a library is a collection of code, usually to perform a set of related tasks. It is commonly used in development of software programs. Libraries are distinguished from executables in that they are not independent programs; rather, they are "helper" code that provides services to an independent program.

Well-known libraries include: