D
Stewart Gordon
smjg_1998 at yahoo.com
Sun Apr 16 13:01:12 PDT 2006
Welcome to newsgroups.
The name of a newsgroup generally states something about its subject
matter. To look the parts of this example:
digitalmars - the newsgroup is operated by Digital Mars.
D - the newsgroup is about D.
learn - the newsgroup is about learning.
So this is the Digital Mars newsgroup about learning D. As such,
putting just "D" as the subject line is useless. A subject line must
state something that distinguishes your post from other posts in the
newsgroup.
Anyway....
N wrote:
<snip>
> 4.
> Make built-in types likely to object types.
Would you care to translate this into English?
> 5.
> 'auto' keyword problem resolution.
> auto x = new a(); // auto type, or auto destructor ?
<snip>
Been said many times already.
> 6.
> C syntax for templates.
> It's so natural.
C doesn't have templates. What are you talking about?
> 7.
> More casts.
> E.g.
> static_cast
> dynamic_cast
> reinterpret_cast // make it safe, error if size of arguments is different
> pointer_cast
<snip>
Not sure how useful this complexity really would be....
Stewart.
More information about the Digitalmars-d-learn
mailing list