Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

On Objective-C and Faggots

Name: Anonymous 2009-11-22 11:45

So this faggot iPhone developer has been bitching to me about how C++ is a shitty language and how Objective-C is the greatest thing on the planet. How can I get back at him?

Name: Anonymous 2009-11-22 22:02

>>18
you've obviously never written a function that uses a selector as a callback (especially if it takes several arguments). We have helpers to call selector functions and they're a good 10 lines of code each.
Can you post an example?

id is not just like void; it's a struct containing the isa class.
I did not remember that, I recalled id as an "enhanced" version of void *, and since void is actually a non-type, I thought replacing it with id would make it a non-type also, which would make no sense. I stand corrected.

And no, it's not fucking garbage collected on iPhone.
That's iPhone's fault, not ObjC's.

Newer Posts