Switching from Java to D: Beginner questions, multiplatform issues, etc.
Jeremy DeHaan
dehaan.jeremiah at gmail.com
Thu Feb 27 14:54:35 PST 2014
On Thursday, 27 February 2014 at 22:40:36 UTC, DS6 wrote:
> What exactly is the difference between C and D headers?
D does not have any separation between header and code files like
C or C++. There are files with the .di extension which are
similar, but not quite the same. What he meant is that you need
to bring the declaration code found in header files into your D
code so that the compiler knows they exist.
More information about the Digitalmars-d-learn
mailing list