Difference between revisions of "Cookbook"

From D Wiki
Jump to: navigation, search
(Added a new page on calling D from Objective C)
(Building)
Line 39: Line 39:
 
* [[Minimalistic cross-platform Makefile]]
 
* [[Minimalistic cross-platform Makefile]]
 
* [[Minimalistic cross-platform Rakefile]]
 
* [[Minimalistic cross-platform Rakefile]]
* [[Calling a D library from Objective C in XCode]]
 
  
 
==== Math ====
 
==== Math ====

Revision as of 14:54, 15 December 2015

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?
Add a Cookbook Request »


Guides

Compiler

Data Handling


Recipes

Building

Math

Meta Programming


Parsing

Strings and Text

ARM Cortex-M Programming