Thread overview
Newbie
Jun 04, 2005
prakash.dibya
Jun 04, 2005
Trevor Parscal
Jun 04, 2005
Jay
Jun 04, 2005
Derek Parnell
Jun 05, 2005
J C Calvarese
June 04, 2005
Hi,
I am new to D programming.Is the material given in the digitalmars enough to
grasp the language?
It will be of great help,if any one can suggest any other good link or material
to study.

Thanks n Regards
Dibya


June 04, 2005
prakash.dibya@gmail.com wrote:
> Hi,
> I am new to D programming.Is the material given in the digitalmars enough to
> grasp the language?
> It will be of great help,if any one can suggest any other good link or material
> to study.
> 
> Thanks n Regards
> Dibya
> 
> 

Thats mostly all I used, but i already knew C and C++..

www.dsource.org

has some good tutorials. Lots of them too. Hope thats helpful enough.

Welcome to D.

-- 
Thanks,
Trevor Parscal
www.trevorparscal.com
trevorparscal@hotmail.com
June 04, 2005
In article <d7rclu$204a$1@digitaldaemon.com>, prakash.dibya@gmail.com says...
>It will be of great help,if any one can suggest any other good link or
material
>to study.

The following page helped me get started; searching the DigitalMars website
and browsing the D reference helped with the rest.

http://jcc_7.tripod.com/d/tutor/


June 04, 2005
On Sat, 4 Jun 2005 05:02:54 +0000 (UTC), prakash.dibya@gmail.com wrote:

> Hi,
> I am new to D programming.Is the material given in the digitalmars enough to
> grasp the language?
> It will be of great help,if any one can suggest any other good link or material
> to study.
> 
> Thanks n Regards
> Dibya

There are also the Wikis as a good resource references.

  http://www.prowiki.org/wiki4d/wiki.cgi?FrontPage

  http://www.quit-clan.de/docwiki/view.php?pageid=1


-- 
Derek Parnell
Melbourne, Australia
4/06/2005 6:17:47 PM
June 05, 2005
In article <d7rclu$204a$1@digitaldaemon.com>, prakash.dibya@gmail.com says...
>
>Hi,
>I am new to D programming.Is the material given in the digitalmars enough to
>grasp the language?
>It will be of great help,if any one can suggest any other good link or material
>to study.

In addition to what others have suggested (which are all good suggestions), I'd like to mention this page at Wiki4D:

http://www.prowiki.org/wiki4d/wiki.cgi?D__Tutorial

jcc7