Library (computing): Difference between revisions

Content deleted Content added
Dysprosia (talk | contribs)
casing
CyborgTosser (talk | contribs)
examples of grapics libraries
Line 7:
* [[C standard library]], whose implementations include [[glibc]]
* The [[Standard Template Library]] for [[C Plus Plus|C++]]
* Graphic libraries such as [[DirectX]] and [[Open GL]]
 
'''Library linking''' describes the inclusion of one or more of these software libraries into a new program. There are multiple types of linking: static linking and dynamic linking. These are described below.