the differencies beetwen D and C from compilation scope concept

Bill Baxter dnewsgroup at billbaxter.com
Fri Jun 22 21:27:07 PDT 2007


Pieter Valdano wrote:
> i have simple basic question...
> 1.what do you think about the diferencies between D and C?.

Day, meet Night.  Night, meet Day.

> 2.what make D very unique from C?.

D supports object-oriented programming and has a garbage collector. 
Those are the two biggies to me.  But D has dozens of other features 
that C doesn't.

> 3.do D have library for graphics?.

Since you can call C libraries, yes you can use whatever graphics 
library you like that exposes a C interface.  What kind of graphics do 
you mean?  There are several OpenGL bindings for D, for instance.

--bb


More information about the Digitalmars-d-learn mailing list