| Kind: |
Static Library |
| Information: |
Contains a library of functions and headers that may be referenced by a C/C++ source file; may contain only a few functions or may include an entire library of functions, such as a 3D modeling engine.
Using static libraries may result larger program files, but enables faster loading times compared to dynamic libraries. |
| File Format: |
Standard file format supported by many programs. |
| File Usage: |
Open file directly.
May be referenced by an open application. |
| Open With: |
Windows & Mac: | GNU C Compiler (GCC)
|
 | Unix: | GNU C Compiler (GCC)
Sun Studio C/C++ Compiler
|
|
| Last Revised: May 15, 2007 |