Thread overview
D Better than C++?
Mar 22, 2006
egin
Aug 17, 2006
ephemeros
Dec 01, 2008
Fabian Claßen
Apr 02, 2009
Chris Andrews
March 22, 2006
Where is  D's advantage over c++ is well received? and where else does it flair over c++ generally?


August 17, 2006
egin wrote:
> Where is  D's advantage over c++ is well received? and where else does it flair
> over c++ generally?
> 
> 
for me, it's advantage is simplicity. i code in a c-like language, but when it comes of c/c++ preprocessors, or syntax exceptions i feel sick.
d gives me "one piece" feeling.
December 01, 2008
ephemeros schrieb:
> egin wrote:
>> Where is  D's advantage over c++ is well received? and where else does it flair
>> over c++ generally?
>>
>>
> for me, it's advantage is simplicity. i code in a c-like language, but when it comes of c/c++ preprocessors, or syntax exceptions i feel sick.
> d gives me "one piece" feeling.

I believe D is more comfortable.
And D inlcudes a lot of specials which aren't included in c++.
;)
D is better and I believe you can write a better code.
It's more good looking.
Do you understand?

Greetings Fabian Claßen
April 02, 2009
I honestly love it because it offers the lower level power of C or C+ + but a syntax and programming methodology very similar to what I'm used to with C#.

I think D is an excellent language for the "backwards learner" like myself who started with high level languages like Python or C# and wants to learn a powerful systems programming language.