Difference between revisions of "Cookbook"
m (→Math) |
|||
Line 1: | Line 1: | ||
+ | |||
+ | |||
+ | = Guides and Advice = | ||
+ | |||
+ | <table cellspacing="20" width="100%"> | ||
+ | <tr><td> | ||
+ | |||
+ | == Compiler == | ||
+ | * [[When and how to upgrade your D compiler]] | ||
+ | |||
+ | </td><td> | ||
+ | |||
+ | == Data Handling == | ||
+ | * [[When to use const and immutable]] | ||
+ | |||
+ | </td></tr> | ||
+ | </table> | ||
+ | |||
+ | |||
+ | = Recipes and Examples = | ||
<table cellspacing="20" width="100%"> | <table cellspacing="20" width="100%"> | ||
<tr><td> | <tr><td> | ||
− | = Math = | + | == Math == |
* [[Constructing a custom data type with overloaded operators]] | * [[Constructing a custom data type with overloaded operators]] | ||
</td><td> | </td><td> | ||
− | = Strings and Text = | + | == Strings and Text == |
* [[Converting_strings_between_ASCII_and_Unicode_and_others|Converting strings between ASCII and Unicode and others]] | * [[Converting_strings_between_ASCII_and_Unicode_and_others|Converting strings between ASCII and Unicode and others]] | ||
</td></tr> | </td></tr> | ||
</table> | </table> |
Revision as of 12:47, 24 November 2012
Contents
Guides and Advice
Compiler |
Data Handling |
Recipes and Examples
Math |
Strings and Text |