Difference between revisions of "Cookbook"

From D Wiki
Jump to: navigation, search
(Recipes)
Line 12: Line 12:
  
 
<!--------></td></tr></table>
 
<!--------></td></tr></table>
 +
 +
  
 
<div style="background: #eee; padding: 1ex 1em;">
 
<div style="background: #eee; padding: 1ex 1em;">
Line 51: Line 53:
  
 
== Strings and Text ==
 
== Strings and Text ==
{{#ask: [[Category:Strings and Text]]
+
{{#ask: [[Cookbook/Type::Recipe]]
 
  | ?Level=
 
  | ?Level=
 
  | ?D Version=
 
  | ?D Version=

Revision as of 14:01, 26 November 2012

The Cookbook is a community-created collection of practical examples, guides and advice for accomplishing common tasks in D.


One should keep in mind that, while the goal of the Cookbook is certainly to establish best-practices and inspire developers to write proper D code, it also strives to help get things done, and as such may take a more pragmatic approach than normal documentation. The Cookbook is not a shortcut to learning D. The reader is adviced to read the official D documentation as well.

Can't find the guide or recipe you're looking for?
Add a Cookbook Request »


Guides

Compiler

Data Handling


Recipes

Building

Math

Meta Programming

Parsing

Strings and Text