.OUT Rozszerzenie pliku
Compiled Executable File
| Deweloper | Brak danych |
| Popularność |
3.9 | 56 Głosów |
Czym jest plik OUT?
An OUT file is a compiled executable file created by various source code compilers in Unix-like operating systems, such as Linux and AIX. It may store executable code, shared libraries, or object code. OUT files have been largely replaced by the newer COFF (Common Object File Format) format.
Więcej informacji
OUT files are most commonly seen as a.out files. The name stands for "assembler output" and is a format used by the PDP-7 and PDP-11 series of minicomputers. The "a.out" filename may also be given to OUT files not saved in the "assembler output" format but instead is just the default name given to output files when no name is applied.
Programy otwierające pliki OUT
Output File
| Deweloper | Brak danych |
| Popularność |
3.1 | 26 Głosów |
Generic output file created by various programs; typically contains text that has been dumped from a batch process or a custom program as a log; may be analyzed to debug or understand the execution behavior of a program.
Więcej informacji
OUT files may also be used to collect data that has been dumped from a program to standard out.