kingjr3 said:There is a good compilation of links and a couple book recommendations here.
https://forums.macrumors.com/threads/90331/
andysmith said:Thanks 🙂
This book looks good:
http://www.amazon.co.uk/exec/obidos/ASIN/0321213149/qid=1096808524/026-9618200-5489267
But it says it's for people who have knowledge of C++ - is that essential? Where would I start out with that?
That book looks good - so can I just use the examples in that OK with the XCode tools?kingjr3 said:With the other book recommendation 🙂
http://www.amazon.co.uk/exec/obidos...23800/sr=1-1/ref=sr_1_8_1/202-3056260-2575813
You really need to understand OO &&/|| C/C++ if you want to get a good understanding of Obj-C and Mac development. I must say so far, I like the book. I have cruised through the first 8 chapters so far and am trying to follow along with all the examples (especially the evolving Fraction class) using my interim system (a PC 🙁 ) running Cygwin's gcc compiler and jGrasp (thanks bousozoku)
Aaron has over 18 years of experience as a software engineer and developer trainer. He wrote the Big Nerd Ranch course on Cocoa, drawing from his experiences working at Apple Computer, Inc. and NeXT Software, Inc. as the senior trainer and curriculum developer.
Aaron is the author of "Cocoa Programming for Mac OS X." This book, published by Addison-Wesley, is generally regarded as "The Book" from which to learn Cocoa programming. He is also the co-author of Core Mac OS X and Unix Programming.
Aaron has developed and deployed very large systems using Cocoa, WebObjects, and/or PostgreSQL for clients including Cogent Design, Nortel Networks, and the United Parcel Service. He has taught at the University of Washington and the New College of Florida.
logicat2001 said:I'd strongly recommend the Aaron Hillegass book and forget about the "Programming in Obj-C" until later, or pick them both up simultaneously.
blueknight said:If you have only done PHP then you might need to learn about OO programming, this site has a great introduction to OOP mainly aimed at Java developers but concepts work in Obj-C.
http://sepwww.stanford.edu/sep/josman/oop/oop1.htm
If you find tutorials for Obj-C hard to find try just learning C as 90% or more will work in Obj-C, in fact many languages can work in Cocoa making it very cool indeed!
Actually you don't even need to do C, C++ or Java or Obj-C... you can make a pretty decent app using Applescript - check out the Apple developer site for more info
logicat2001 said:Start at CocoaDevCentral for a pile of Cocoa articles (also compiled from Stepwise) and links to other reference material and tutorials.
Other than that, start reading and coding. If you want to learn how to cut code, just start cutting code.
Best,
Logicat