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.

Reply via email to