.A Dateiendung
Static Library
| Entwickler | k. A. |
| Beliebtheit |
3.2 | 105 Stimmen |
Was ist eine A-Datei?
An A file contains a library of functions and headers that may be referenced by a C/C++ source file. It may store only a few functions or may include an entire library of functions, such as a 3D modeling engine. A files are typically created by the GNU ar utility.
Weitere Informationen
A static libraries are more common in Unix-like systems than in Windows systems. In Windows, static libraries typically use the ".lib" extension instead of the ".a" extension.
HINWEIS: Using static libraries may result in larger program files, but enables faster loading times compared to dynamic libraries.
Programme, die .A-Dateien öffnen oder referenzieren
Windows
Mac
Linux