BookRags.com Literature Guides Literature
Guides
Criticism & Essays Criticism &
Essays
Questions & Answers Questions &
Answers
Lesson Plans Lesson
Plans
My Bibliography Periodic Table U.S. Presidents Shakespeare Sonnet Shake-Up
Research Anything:        
History | Encyclopedias | Films | News | Create a Bibliography | More... Login | Register | Help

Search "Library"

Contents Navigation

Library

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

Bookmark and Share Questions on this topic? Just ask!

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"
  • Add This to Your Bibliography
  • 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




    About BookRags | Customer Service | Report an Error | Terms of Use | Privacy Policy