Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

library

You are here: irt.org | FOLDOC | library

<programming, library> A collection of subroutines and functions stored in one or more files, usually in compiled form, for linking with other programs. Libraries are one of the earliest forms of organised code reuse. They are often supplied by the operating system or software development environment developer to be used in many different programs. The routines in a library may be general purpose or designed for some specific function such as three dimensional animated graphics.

Libraries are linked with the user's program to form a complete executable. The linking may be static linking or, in some systems, dynamic linking.

(1998-11-21)

Nearby terms: liar paradox « lib « libg++ « library » Library of Efficient Data types and Algorithms » librery » LIDO

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb