Difference between revisions of "Tutorials"

From D Wiki
Jump to: navigation, search
(Design Patterns)
(Seems like clutter.)
Line 36: Line 36:
 
* [[Implicit conversions in user types|Implicitly convert a user-defined type to a builtin type]]
 
* [[Implicit conversions in user types|Implicitly convert a user-defined type to a builtin type]]
 
* [[Output locale character (MBS) to console]]
 
* [[Output locale character (MBS) to console]]
* [[printf]]
 
 
* [[Promote D Projects]]
 
* [[Promote D Projects]]
 
* [[Regular expressions]]
 
* [[Regular expressions]]

Revision as of 11:29, 10 August 2014

Videos Tutorials

Best Practices

Common Idioms

Although D inherited much of its syntax from C and C++, the new features that it introduces lead to some common idioms that are unique to D.

Design Patterns

How To

Microsoft Windows