iPhone app

Do any of you know objective c and if you do I have a question. Is it easy to learn objective c if you allready know c++? Also do any of you have an app in the AppStore I can buy? - thanks, moot1
I'm fairly certain rapid coder has experience with Objective-C. Albatross might and we used to have a frequent member named Grey Wolf who seemed to know a good deal of the language.

That said, from what I gather Objective-C more resembles pure C code than it does C++. But knowing any language in the same family of languages can't hurt :P
closed account (1vRz3TCk)
As xander337 says, Objective-C is a superset of the ANSI of C. Most of the texts I have seen on Objective-C recommend that your are familiar with C. So I may be worth taking a look at that first.

For books on Objective-C, Mac, iOS and Cocoa programming, take a look at the Big Nerd Ranch. Thier book on Objective-C, I believe, starts out with a C crash course.
http://www.bignerdranch.com/books

A couple of links that are worth a look:
Learning Objective-C: A Primer
http://developer.apple.com/library/mac/#referencelibrary/GettingStarted/Learning_Objective-C_A_Primer/_index.html%23//apple_ref/doc/uid/TP40007594

The Objective-C Programming Language
http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/ObjectiveC/Introduction/introObjectiveC.html%23//apple_ref/doc/uid/TP30001163
(look to the top right hand corner of the page, to download the entire document as a PDF)
Last edited on
definitely...
Topic archived. No new replies allowed.