What is the best way to learn Objective-C on linux (man I wish I had a mac)?
I know C/C++ pretty well and have always wanted to learn Objective-C becuase of the ability to make iPhone apps (if I had a mac).
So where do I start?
What is the best way to learn Objective-C on linux (man I wish I had a mac)?
I know C/C++ pretty well and have always wanted to learn Objective-C becuase of the ability to make iPhone apps (if I had a mac).
So where do I start?
If you don't have access to a Mac, then GNUStep is probably the best option for doing anything with Objective-C. Although the modern Cocoa frameworks on OS X are significantly more advanced than GNUStep's AppKit and Foundation frameworks, you will be able to learn the fundamentals (including Objective-C style) using GNUStep.
Buy a Mac, at the moment there's no reasonable alternative to Cocoa.
Some tutorials (Obj-C and Cocoa) can be found here: http://cocoadevcentral.com
or
Aaron Hillegass' book Cocoa Programming for Mac OS X.
Check this website out Objective C Tutorial
Thats what I've been using and its a little helpful. Check out the dev forums at Apple. Also since you are using linux download Notepad++. Its a pretty helpful and includes syntax highlighting for a nice array of languages.