Thread overview
which one easier
Mar 06, 2007
kareem
Mar 06, 2007
renoX
March 06, 2007
hi all

this my firts time try ' d '

to who ever havetry "d"

which one easier "D" or "C"

thanks b 4
March 06, 2007
kareem wrote:

> which one easier "D" or "C"

Why D of course :)
March 06, 2007
kareem a écrit :
> hi all 
> 
> this my firts time try ' d ' 
> 
> to who ever havetry "d"
> 
> which one easier "D" or "C"
> 
> thanks b 4

D is bigger than C so there are more things to learn, but as it has strong typing, array bond checking, a garbage collector, etc I think it's easier to use.

renoX
March 07, 2007
"kareem" <kareemku@gmail.com> wrote in message news:esjnvc$cs0$1@digitalmars.com...
> hi all
>
> this my firts time try ' d '
>
> to who ever havetry "d"
>
> which one easier "D" or "C"
>
> thanks b 4

D lets you program without having to worry about managing every last byte of memory that your program uses.  It lets you manipulate strings without tearing your hair out.  It lets you organize your program how you want instead of how the compiler wants you to.  It lets you write generalizable code instead of having to rewrite code over and over for different types.

D is far easier than C.