If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
check out Apple's very own Object-Oriented programming and the Objective-C language. If you've downloaded the OS X developer tools, look under the directory /Developer/Documentation/Cocoa/Objective-C (I think thats close). Otherwise go here http://developer.apple.com/techpubs/...coaTopics.html
I think its a pretty good book for learning the stuff. Thats how i learned it. Objective-C is based entirely on C, and the book doesn't go into anything about C. For that check out "The C Programming Language" by Kernighan and Ritchie.
Originally posted by mikebeam:
[
I think its a pretty good book for learning the stuff. Thats how i learned it. Objective-C is based entirely on C, and the book doesn't go into anything about C. For that check out "The C Programming Language" by Kernighan and Ritchie. [/B]
Thanks for the help. I have the C programming book by K and R. Great text.