www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - diferencies between D and C

reply Pieter <pieter_ambonese yahoo.co.id> writes:
i have simple basic question...
1.what do you think about the diferencies between D and C?.
2.what make D very unique from C?.
3.do D have library for graphics?.

thank you very much for your answer and attention. God Bless U always...
Jun 23 2007
next sibling parent reply Gilles G. <schaouette free.fr> writes:
Pieter Wrote:

 i have simple basic question...
 1.what do you think about the diferencies between D and C?.
 2.what make D very unique from C?.
 3.do D have library for graphics?.
 
 thank you very much for your answer and attention. God Bless U always...
 
For comparison with other languages you should see http://www.digitalmars.com/d/comparison.html What makes D very unique is here http://www.digitalmars.com/d/overview.html For graphics, you shall find some projects here http://dsource.org/projects/ I can stronly recommand reading http://www.digitalmars.com/d/index.html wich is full of information about D Regards.
Jun 23 2007
parent Leandro Lucarella <llucax gmail.com> writes:
Gilles G., el 23 de junio a las 06:17 me escribiste:
 For graphics, you shall find some projects here
 http://dsource.org/projects/
Plus any C library. -- LUCA - Leandro Lucarella - Usando Debian GNU/Linux Sid - GNU Generation ------------------------------------------------------------------------ E-Mail / JID: luca lugmen.org.ar GPG Fingerprint: D9E1 4545 0F4B 7928 E82C 375D 4B02 0FE0 B08B 4FB2 GPG Key: gpg --keyserver pks.lugmen.org.ar --recv-keys B08B4FB2 ------------------------------------------------------------------------ Breathe, breathe in the air. Don't be afraid to care. Leave but don't leave me. Look around and choose your own ground.
Jun 25 2007
prev sibling parent reply OF <nospam nospamington.com> writes:
Pieter Wrote:

 i have simple basic question...
 1.what do you think about the diferencies between D and C?.
 2.what make D very unique from C?.
 3.do D have library for graphics?.
 
 thank you very much for your answer and attention. God Bless U always...
 
Heavy comparison table (C included): http://www.prowiki.org/wiki4d/wiki.cgi?LanguagesVersusD About libraries for graphics, OpenGL works. Derelict ( http://dsource.org/projects/derelict ) has OpenGL 2.1 support. Also, GLFW ( http://glfw.sf.net ) has bindings for D. Dunno about D3D though. Then there's probably some 2D game libs.
Jun 23 2007
parent "Anders Bergh" <anders1 gmail.com> writes:
On 6/23/07, OF <nospam nospamington.com> wrote:
 About libraries for graphics, OpenGL works. Derelict (
http://dsource.org/projects/derelict ) has OpenGL 2.1 support. Also, GLFW (
http://glfw.sf.net ) has bindings for D. Dunno about D3D though. Then there's
probably some 2D game libs.
There's a DirectX engine written by Jarrett Billingsley here: http://dsource.org/projects/nonagon . Might be worth checking out. -- Anders
Jun 23 2007