Library (computing): Difference between revisions

Content deleted Content added
Static linking: dynamic linking takes the same amount of memory; it's just shared amongst executables.
No edit summary
Line 5:
* [[C standard library]], whose implementations include [[glibc]]
* The [[Standard Template Library]] for [[C Plus Plus|C++]]
* Graphic libraries such as [[DirectX]] and [[Open GLOpenGL]]
 
'''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.