.D Estensione file
2 tipi di file usano l'estensione .d.
D Source Code File
| Sviluppatore | N/D |
| Popolarità |
3.8 | 35 Voti |
Che cos'è un file D?
Source code written in the D programming language; similar to C++, but also influenced by C#, Java, and Eiffel; can be opened and edited in a text editor, but requires a D compiler to be compiled into an executable program.
Programmi che aprono i file D
Source Dependency File
| Sviluppatore | N/D |
| Popolarità |
3.3 | 7 Voti |
A D file is a source dependency file generated by GCC, a GNU C compiler. It contains dependencies in plain text that describe the files that were used to create compiled objects (.O files) by a C compiler. D files are generated automatically when the -MMD flag is activated when compiling with GCC.
Maggiori informazioni
D files are typically used by GNU Make, a utility used to control the creation of executables and other non-source files of a program. D files may also be opened by any text editor since they store plain text.