D Documentation [ Log in ]
Switching to D
This section aims to help programmers of other languages with understanding D.

Some general notes on the D language:
  • For a list of supported Editors, take a look at this page: http://www.prowiki.org/wiki4d/wiki.cgi?EditorSupport
  • Debugging D is problematic. Most users seem to prefer adding some printf/writef to their code instead of trying to set up gdb, Visual Studio or WinDBG to debug D code
  • D should be pretty platform-independant as long as you do not use system-specific features (e.g. inline assembler)
  • There is linux support. There is even a gcc-Frontend for D.
PHP docwiki written by Markus Dangl. Best viewed with Mozilla Firefox.
This is the inofficial wiki for documenting the D programming language.
- Profiler -
Time for site generation: 0.0279 s