moving from c++ to D is easy?

weaselcat via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Mar 12 06:28:13 PDT 2015


On Thursday, 12 March 2015 at 13:01:31 UTC, ayush wrote:
> Is D a lot like c++ ? I am currently midway through learning 
> c++ and I also want to learn D . So should i focus on one or 
> learn both together? Will I find learning D easy if I already 
> know c++ ?

D is very much like C++, but the biggest issue I found moving 
from C++ to D was trying to apply C++ idioms that only existed to 
work around ugly C++ warts(i.e, CRTP)


More information about the Digitalmars-d-learn mailing list