Thread overview
Keen to learn D
Sep 04, 2016
Abhishek Mishra
Sep 04, 2016
szymski
Sep 05, 2016
bachmeier
Sep 05, 2016
Nicholas Wilson
September 04, 2016
Hi! I am a newbie and I would like to know more about D language. I have prior knowledge of C++(12th Grade/ Pre-University College Level). How should I start? What more do I need to learn. Thanks in advance. :)
September 04, 2016
You should take a look at this: http://tour.dlang.io/
September 05, 2016
On Sunday, 4 September 2016 at 20:12:09 UTC, Abhishek Mishra wrote:
> Hi! I am a newbie and I would like to know more about D language. I have prior knowledge of C++(12th Grade/ Pre-University College Level). How should I start? What more do I need to learn. Thanks in advance. :)

Ali's book can be viewed online (or purchased) and it makes for a good introduction to the language.
http://ddili.org/ders/d.en/index.html

There are three other D books that you'd need to purchase, and they walk you through practical examples, allowing you to see the language in action. They are

D Cookbook
https://www.packtpub.com/application-development/d-cookbook

Learning D
https://www.packtpub.com/application-development/learning-d

D Web Development
https://www.packtpub.com/web-development/d-web-development

And of course there is always looking at a project that does something you find interesting, which you can find at
http://code.dlang.org/
September 05, 2016
On Sunday, 4 September 2016 at 20:12:09 UTC, Abhishek Mishra wrote:
> Hi! I am a newbie and I would like to know more about D language. I have prior knowledge of C++(12th Grade/ Pre-University College Level). How should I start? What more do I need to learn. Thanks in advance. :)

in addition to the link already provided by others

https://p0nce.github.io/d-idioms/

is a useful list of the way things are done in d, and other insights.