Code::Blocks Forums

User forums => Help => Topic started by: Xirdus on July 11, 2010, 03:10:47 pm

Title: D programming
Post by: Xirdus on July 11, 2010, 03:10:47 pm
Hello,
I want to start programming in D, and I want to use code::blocks as IDE. But I don't know how to set up everything; where and which compiler I need to download, which options I need to set etc. Thanks in advance.
Title: Re: D programming
Post by: oBFusCATed on July 12, 2010, 10:06:55 am
On linux I've used GDC and Digimars D 1.0.x (this is the official compiler).
Also there is a template for creating D projects, nothing special.
I think the template is using the Digimars compiler, so you might need to change it if you use GDC.

I've no experience with D on win32 or mac.