Libraries: Difference between revisions

m (Run time link)
Line 14:
=Statically-linked Libraries=
Statically-linked libraries are combined with a program's code at [[compile-time]], their code and the program's code combined to form a single executable.
 
=Executable libraries=
Some langaguages can create a library that when used as a library does one thing; but has the ability to be run directly, where it will do some extra task using, but not limited to, functionality that it makes available as a library.
 
=See also=
Anonymous user