.D Dateiendung
2 Dateitypen verwenden die Dateiendung .d.
D Source Code File
| Entwickler | k. A. |
| Beliebtheit |
3.8 | 35 Stimmen |
Was ist eine D-Datei?
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.
Programme, die .D-Dateien öffnen
Source Dependency File
| Entwickler | k. A. |
| Beliebtheit |
3.3 | 7 Stimmen |
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.
Weitere Informationen
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.