.OUT Extension de fichier
Compiled Executable File
| Développeur | N/D |
| Popularité |
3.9 | 56 Votes |
Qu'est-ce qu'un fichier 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.
Plus d'informations
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.
Programmes qui ouvrent les fichiers OUT
Output File
| Développeur | N/D |
| Popularité |
3.1 | 26 Votes |
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.
Plus d'informations
OUT files may also be used to collect data that has been dumped from a program to standard out.