formal writing

Jari-Matti Mäkelä jmjmak at utu.fi.invalid
Wed Jun 27 03:15:37 PDT 2007


Pieter Valdano wrote:

> i have a project in my campus...i take D programming language as a
> topic... unfortune me, i get trouble in my writing...please help me to
> solve my problem.
> 
> 1. in C and D has same way to declare variable right?. but what the
> differencies between C and D in variable declaration?. does identifiers
> influence the way of declare variabel between D and C?.

Read for example http://www.digitalmars.com/d/statement.html (Declaration
statement), and http://www.digitalmars.com/d/attribute.html (attributes and
type inference). There are other differences too.

> 
> 2. what do you think about perfomance between C and D?. do D better than
> C?.

You can't really benchmark languages.

> 
> 3.does D use system memory bigger than C?.

Current D implementations have bigger memory footprint than C implementation
by default.

> 
> -it seem that i doing for an interview, right?hehehehehe-
> thanks before....GBU

-- 
        


More information about the Digitalmars-d-learn mailing list