the differencies beetwen D and C from compilation scope concept

Bill Baxter dnewsgroup at billbaxter.com
Sat Jun 23 21:58:34 PDT 2007


Pieter Valdano wrote:
> Bill Baxter Wrote:
> 
>> 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
> 
> 
> library graphics for e.g "setcolor","line",etc..
> thanks...
>  

Maybe Arclib does what you want?
http://www.dsource.org/projects/arclib
Or maybe just one of the SDL bindings?

--bb


More information about the Digitalmars-d-learn mailing list