Re: OT:C/C++ Opinion Poll
- From: Clifford Heath <no@xxxxxxxxxxxxxxx>
- Date: Fri, 30 Nov 2007 14:58:57 +1100
Vladimir Vassilevsky wrote:
C++ doesn't have garbage collection, unless you use a 3rd party library.
A language with pointers can't have garbage collection. C++ without pointers and with garbage collection is called Java.
The Boehm garbage collector works just fine with C++, unless you're
particularly weird, and hide pointers in files or encrypting them. It's
conservative, which mean that it won't collect every last scrap, but
it is used in some pretty hard-core applications.
Clifford Heath.
.
- 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: OT:C/C++ Opinion Poll
- Next by Date: Re: Slightly OT,but needed information.How to control spams in this group?
- Previous by thread: Re: OT:C/C++ Opinion Poll
- Next by thread: Re: OT:C/C++ Opinion Poll
- Index(es):
Relevant Pages
|