.D 파일 확장자
2개의 파일 유형이 .d 확장자를 사용합니다.
D Source Code File
| 개발사 | 해당 없음 |
| 인기도 |
3.8 | 35 투표 |
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.
D 파일을 여는 프로그램
Source Dependency File
| 개발사 | 해당 없음 |
| 인기도 |
3.3 | 7 투표 |
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.
추가 정보
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.