34 votes
D File - What is a .d file and how do I open it?
Learn about .D files and view a list of programs that open them.
Languages
Overview
What is a D file? 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.
More Information 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.
MacroMates TextMate 2 Icon
Breadcrumbs
Previous / Next
In-Depth
.D File Extension
2 file types use the .d file extension.
D Source Code File
| Developer | N/A |
| Popularity |
3.7 | 34 Votes |
What is a D file?
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.
Open over 400 file formats with File Viewer Plus . Free Download
Programs that open D files
Sort
Pricing
Program Name
Platform
Reset
X
Windows
Code::Blocks
Free
Any text editor
Mac
Code::Blocks
Free
MacroMates TextMate
Free
Any text editor
Linux
Code::Blocks
Free
Any text editor
Category: Developer Files
Updated: April 11, 2018
Source Dependency File
| Developer | N/A |
| Popularity |
3.3 | 7 Votes |
A D file may also be 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.
More Information
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.
Programs that open D files
Sort
Pricing
Program Name
Platform
Reset
X
Windows
GNU Emacs
Free
Any text editor
Mac
GNU Make
Free
GNU Emacs
Free
Any text editor
Linux
GNU Make
Free
GNU Emacs
Free
Any text editor
Category: Developer Files
Updated: May 4, 2018