Difference between revisions of "Cookbook"
m (reduce whitespace; remove notice) |
m (→Recipes) |
||
Line 37: | Line 37: | ||
* [[Minimalistic cross-platform Makefile]] | * [[Minimalistic cross-platform Makefile]] | ||
− | === Math === | + | ==== Math ==== |
* [[Custom data type with overloaded operators]] | * [[Custom data type with overloaded operators]] | ||
− | === Meta Programming === | + | ==== Meta Programming ==== |
{{#ask: [[Cookbook/Type::Recipe]] [[Category:Meta Programming]] | {{#ask: [[Cookbook/Type::Recipe]] [[Category:Meta Programming]] | ||
| ?Cookbook/Status= | | ?Cookbook/Status= | ||
Line 50: | Line 50: | ||
<!--------></td><td style="vertical-align: top; width: 50%;"> | <!--------></td><td style="vertical-align: top; width: 50%;"> | ||
− | === Parsing === | + | ==== Parsing ==== |
* [[Parse a JSON file, make some changes, and save it again]] | * [[Parse a JSON file, make some changes, and save it again]] | ||
− | === Strings and Text === | + | ==== Strings and Text ==== |
{{#ask: [[Cookbook/Type::Recipe]] [[Category:Strings and Text]] | {{#ask: [[Cookbook/Type::Recipe]] [[Category:Strings and Text]] | ||
| ?Level= | | ?Level= |
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
|