The X

2 files use the extension of D

.D

D Source Code File

Classification:developer files
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.

D(D Source Code File) related software:

Windows

2 software

Mac

2 software

Linux

3 software

发送 E2122 至公众号 IT小技巧 查看软件名称。
.D

Source Dependency File

Classification:developer files
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.

instruction:

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.

D(Source Dependency File) related software:

Windows

2 software

Mac

3 software

Linux

3 software

发送 E2123 至公众号 IT小技巧 查看软件名称。