[Info-vax] The (now lost) future of Alpha.
Chris
xxx.syseng.yyy at gfsys.co.uk
Tue Aug 7 12:16:25 EDT 2018
On 08/07/18 02:02, Arne Vajhøj wrote:
> On 8/6/2018 6:09 PM, Chris wrote:
>> On 08/06/18 00:49, Arne Vajhøj wrote:
>>> Compared to languages that use GC then C++ is pretty good in this
>>> regard.
>>
>> Perhaps not as c++ does include the dynamic creation of objects and
>> subsequent garbage collection as a core part of the language.
>
> No.
>
> GC is not part of the C++ language.
>
> Arne
Perhaps, but that's nit picking, as it generally is used if
you have dynamic object creation and deletion.
You either write code for and manage your own memory, or let the
system do it for you. There's a whole section on GC etc in the
second edition of Stroustrup, 1991...
Chris
More information about the Info-vax
mailing list