.D Přípona souboru
2 typů souborů používá příponu .d.
D Source Code File
| Vývojář | Neuvedeno |
| Popularita |
3.8 | 35 Hlasů |
Co je soubor 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.
Programy, které otevírají soubory D
Source Dependency File
| Vývojář | Neuvedeno |
| Popularita |
3.3 | 7 Hlasů |
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.
Další informace
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.