Re: OT:C/C++ Opinion Poll





Jyrki Saarinen wrote:


For me personally C++ has a bad name because of exceptions and garbage collection. Lots of people love this, I hate it.


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.


Vladimir Vassilevsky
DSP and Mixed Signal Design Consultant
http://www.abvolt.com
.



Relevant Pages

  • Troubleshooting garbage collection issues
    ... we get into a situation where the garbage collection ... The infinite loop itself occurs in gcmodule.c, ... pointer to the first generation head node. ... seen something like this before and has either pointers to specific GC ...
    (comp.lang.python)
  • Re: C++ sucks for games
    ... >>numbers indicating that garbage collection was over 15 times slower than ... >>change the fact that they are conceptually smart pointers. ... Ã la the worst of the older programming languages ... >>may not copy that string, we can't be sure without more knowledge of the ...
    (comp.lang.lisp)
  • Re: Troubleshooting garbage collection issues
    ... we get into a situation where the garbage collection ... The infinite loop itself occurs in gcmodule.c, ... pointer to the first generation head node. ... seen something like this before and has either pointers to specific GC ...
    (comp.lang.python)
  • Re: tecomp 0.6 released
    ... both in object records *and* in stack frames. ... you want to do "exact" garbage collection. ... the GC to just walk up the stack, checking references only. ... but doesn't the Boehm GC consider pointers into the middle ...
    (comp.lang.eiffel)
  • Re: Common Lisps fixable issues?
    ... By contrast: Garbage collection solves a problem. ... pointers allow you to implement garbage collection too. ... newsgroup. ...
    (comp.lang.lisp)