Forgot your password?  


Library | Research & Encyclopedia Articles

Print-Friendly   Order the PDF version   Order the RTF version
About 1 pages (162 words)
Library (computer science) Summary

 


Library

In programming, a library is a collection of precompiled routines that are available for use by programs. The use of libraries makes programs more modular. Many programming languages come with their own standard libraries. The standard library contains standard, tested functions available within the programming language.

The programmer must know the name of the function, the arguments or parameters required by the function, and the data type of the result returned (if any).

In addition to using the standard library, programmers can create their own libraries of common functions and use libraries developed by third-party vendors. Before writing a new function, programmers should determine whether a library function is already available. This saves programmers time since library functions have already been tested. When a library function is used within a program, the programmer must provide the name of the library to the linker to resolve the function name. Some linkers automatically search the standard library for the names of functions not specified elsewhere.

This is the complete article, containing 162 words (approx. 1 page at 300 words per page).

More Information
  • View Library Study Pack
  • Search Results for "Library"
  • More Products on This Subject
    Library Constants
    The term library constant is relevant to computer science in the context of programming and program... more

    Library Functions
    A library function is a function that can be called by a program to perform some task, but it is no... more


    Ask any question on Library (computer science) and get it answered FAST!
    Answer questions in BookRags Q&A and earn points toward
    discounted or even FREE Study Guides and other BookRags products!
    Learn more about BookRags Q&A
    Copyrights
    Library from World of Computer Science. ©2005-2006 Thomson Gale, a part of the Thomson Corporation. All rights reserved.

    Join BookRagslearn moreJoin BookRags

    Join BookRagslearn moreJoin BookRags