Linked by David Adams on Sat 11th Oct 2008 16:48 UTC, submitted by IndigoJo
Thread beginning with comment 333352
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[6]: Before you get rid of C++ ....
by aesiamun on Sat 11th Oct 2008 23:33
in reply to "RE[5]: Before you get rid of C++ ...."
OK, but that applies to about any language
C compatible? Since when can I take my c code and just run it through the perl interpreter? Python interpreter? Java compiler?
I can do that with my objective-c compiler.
Anyway, if there is any feature that is really *unique* to C++, it is destructor.
You're right there. I don't rely on that often at all, though.
Edited 2008-10-11 23:34 UTC






Member since:
2005-11-20
OK, but that applies to about any language
Anyway, if there is any feature that is really *unique* to C++, it is destructor.
It is extremely useful and not present in any other language (AFAIK).
I guess destructors are the real reason why I prefer C++
Particulary, there is nothing similar in Objective-C.
Edited 2008-10-11 23:24 UTC