What are the worst parts of D?
eles via Digitalmars-d
digitalmars-d at puremagic.com
Mon Oct 6 09:09:51 PDT 2014
On Monday, 6 October 2014 at 13:42:35 UTC, Andrei Alexandrescu
wrote:
> On 10/5/14, 11:23 PM, eles wrote:
>> On Monday, 6 October 2014 at 03:48:49 UTC, Andrei Alexandrescu
>> wrote:
>>> On 10/5/14, 3:08 PM, eles wrote:
>>>> On Sunday, 5 October 2014 at 14:55:38 UTC, Dicebot wrote:
> It doesn't because they need to be allocated dynamically.
> That's why there's a need for the likes of unique_ptr and
> shared_ptr in C++.
Yes, or that delete. And AFAIS not only C++ needs unique_ptr and
shared_ptr, this ARC thing is the same in D.
> The intermediate type between struct and class is struct.
D with classes, anyone?
More information about the Digitalmars-d
mailing list