[OT] Finding longest documents
Sergey Gromov
snake.scaly at gmail.com
Wed Oct 15 07:39:19 PDT 2008
Wed, 15 Oct 2008 09:17:57 -0500,
Andrei Alexandrescu wrote:
> I see how it breaks those conventions, but I've never heard of them. The
> convention I heard of is that if you want dynamic polymorphism you use
> classes, otherwise you don't.
How about if you want pass-by-value you use structs, otherwise you don't?
My argument against structs-collections is that I want to toss
collections around and build other collections out of them without
messing with pointers.
More information about the Digitalmars-d
mailing list