GC for noobs

Szymon Gatner noemail at gmail.com
Fri Feb 28 04:24:31 PST 2014


On Friday, 28 February 2014 at 12:17:22 UTC, Dicebot wrote:
> On Friday, 28 February 2014 at 12:15:21 UTC, Szymon Gatner 
> wrote:
>> It really is, RAII is the most important idiom in C++, in 
>> short no RAII == buggy code. I mean proper C++ not 
>> C-with-classes-no-templates-no-exceptions bs.
>>
>> So to sum up: C folks are not really happy, C++ folks are not 
>> really happy and C# folks are not really happy :P
>
> Repeating this again and again - you can use RAII. Just not 
> with GC. It is importan idiom and it is supported. But it is 
> not "one true way" so it is not supported for everything.

I know I can, my point is that it is more difficult and I don't 
like it ;)


More information about the Digitalmars-d-learn mailing list