www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Keen to learn D

reply Abhishek Mishra <abhishekmishramm2 gmail.com> writes:
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. :)
Sep 04 2016
next sibling parent szymski <szymskipl gmail.com> writes:
You should take a look at this: http://tour.dlang.io/
Sep 04 2016
prev sibling next sibling parent bachmeier <no spam.net> writes:
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/
Sep 04 2016
prev sibling parent Nicholas Wilson <iamthewilsonator hotmail.com> writes:
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.
Sep 04 2016