digitalmars.D.learn - which one easier
- kareem (5/5) Mar 06 2007 hi all
- Tomas Lindquist Olsen (2/3) Mar 06 2007 Why D of course :)
- renoX (5/14) Mar 06 2007 D is bigger than C so there are more things to learn, but as it has
- Jarrett Billingsley (8/13) Mar 06 2007 D lets you program without having to worry about managing every last byt...
hi all this my firts time try ' d ' to who ever havetry "d" which one easier "D" or "C" thanks b 4
Mar 06 2007
kareem wrote:which one easier "D" or "C"Why D of course :)
Mar 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 4D 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
Mar 06 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 4D 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.
Mar 06 2007