Difference between revisions of "Cookbook"
m (→Recipes) |
m (→Guides) |
||
Line 17: | Line 17: | ||
<!--------><table cellspacing="10" width="100%"><tr><td style="vertical-align: top; width: 50%;"> | <!--------><table cellspacing="10" width="100%"><tr><td style="vertical-align: top; width: 50%;"> | ||
− | === Compiler === | + | ==== Compiler ==== |
* [[Checklist for optimal portability and performance]] | * [[Checklist for optimal portability and performance]] | ||
<!--------></td><td style="vertical-align: top; width: 50%;"> | <!--------></td><td style="vertical-align: top; width: 50%;"> | ||
− | === Data Handling === | + | ==== Data Handling ==== |
* [[When to use const and immutable]] | * [[When to use const and immutable]] | ||
Line 29: | Line 29: | ||
<div style="background: #eee; padding: 0.5ex 0.5em;"> | <div style="background: #eee; padding: 0.5ex 0.5em;"> | ||
+ | |||
== Recipes == | == Recipes == | ||
<!--=======================--> | <!--=======================--> |
Revision as of 22:20, 20 January 2013
The Cookbook is a community-created collection of practical examples, guides and advice for accomplishing common tasks in D. |
Can't find the guide or recipe you're looking for? |
Guides
Compiler |
Data Handling |
Recipes
BuildingMathMeta Programming
|
ParsingStrings and Text
|