Re: OT:C/C++ Opinion Poll
- From: Eric Smith <eric@xxxxxxxxxxxx>
- Date: Fri, 30 Nov 2007 11:04:20 -0800
Vladimir Vassilevsky wrote:
A language with pointers can't have garbage collection. C++ without
pointers and with garbage collection is called Java.
I think you meant, "a language with pointers that can be diddled can't
have garbage collection". For instance, Ada has pointers (called access
types), and many Ada implementations have supported garbage collection.
Even when the pointers can be diddled (e.g., C, C++), it's still
possible to the Boehm-Demers-Weiser conservative garbage collector or
equivalent.
.
- References:
- OT:C/C++ Opinion Poll
- From: Ed
- Re: OT:C/C++ Opinion Poll
- From: Tim Wescott
- Re: OT:C/C++ Opinion Poll
- From: Jim Relsh
- Re: OT:C/C++ Opinion Poll
- From: FD
- Re: OT:C/C++ Opinion Poll
- From: The Real Andy
- Re: OT:C/C++ Opinion Poll
- From: FD
- Re: OT:C/C++ Opinion Poll
- From: Jyrki Saarinen
- Re: OT:C/C++ Opinion Poll
- From: Vladimir Vassilevsky
- OT:C/C++ Opinion Poll
- Prev by Date: Re: TCP/ IP, USB stacks and ThreadX
- Next by Date: Re: Cooperative multitasking OS-??
- Previous by thread: Re: OT:C/C++ Opinion Poll
- Next by thread: Re: OT:C/C++ Opinion Poll
- Index(es):
Relevant Pages
|