Porting Overview /
FAQ
Difference (last change) (no other diffs, normal page display)
Added: 7a8
* [[link]Shared [url=![]() |
Other FAQs:
- Official FAQ
D 1.x,
D 2.x (Alpha) DocComments/FAQ
MKoD FAQ
- General Development
- DMD Complier
- Error Messages
- Shared
![]() |
|
Converting from C
Central header file
If you are using a header file that imports many libraries for D you will use a module. Put all your import statements there (and make them public imports). Import this module.
Also try to distribute your declarations to the modules that they belong in, reducing the size of your import module. --Ameer Armaly