| 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: |
Microsoft Notepad
Microsoft Visual Studio
Other text editor
gVim |

| Macintosh: |
Apple TextEdit
Bare Bones BBEdit
GNU project C and C++ compiler (GCC)
MacVim
Other text editor |

| Unix: |
GNU Emacs
GNU project C and C++ compiler (GCC)
Other text editor
Sun Studio C/C++ Compiler
Vi |
|
| Last Revised: August 12, 2010 |