objective C

does anybody in here know about objective C? does anyone good in objective C?
hello?
I know some Objective-C. What's up?

A better forum for this sort of thing would be the programming forums over at MacRumors. A lot of Obj-C guys there.
i just heard about it and see it syntaxes... pretty weird... and it says that it was used to made iPhone programs... can anybody teach me? :D
Google it.

or this will be the thing you need
http://itunes.apple.com/us/itunes-u/developing-apps-for-ios-hd/id395605774

I am following these lectures myself (not exactly that one which is 2010 version... but you can look it up. Im a bit busy. sorry)

have fun. (rather expensive-but-totally-worth-it kinda fun/investment)
Last edited on
It is weird but it's pretty elegant once you get going with it.
It's the standard language where I work. The object model is much more rigorous* and lighter (you can see the SmallTalk in it) than C++; it feels like a minimalist OO C, which of course is what it is.

* By which I think I mean easier to express formally and far harder to play clever games with, which is what I always do with C++, mainly just because I can :p
Last edited on
You work in a Mac-related field, Moschops?
No. In terms of desktop OS, we target Win and *nix (generally with the same source but compiled separately on each platform). We have never targeted any Apple OS.
Last edited on
Topic archived. No new replies allowed.