Static library |
Static libraries are programming libraries which are linked into programs at compile-time.
= Creating static libraries in C/C++ =
Static libraries are easily created when programming in C programming language or C plus plus, since the languages provide storage-class specifiers for indicating external or internal linkage. The following points characterize a static library:
See [http://publications.gbdirect.co.uk/c_book/chapter4/linkage.html The C Book - Linkage] and [http://www.informit.com/guides/content.aspg=cplusplus&seqNum=41&rl=1 C++ linkage types] for more information.
= See also =
|
|