Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

226896

Guest
Original poster
Sep 13, 2008
204
0
So I just got my MacBook, and finally have the tools I need to start developing iPhone apps. I've got the SDK, but the thing is, I have very little programming knowledge. Where would be a good place to start learning the programming language? I assume its C++? I know there's loads of C++ books and sites out there for learning the language, but I'd like one that teaches you it within the iPhone environment, if you get what I mean, as in, teaching it with iPhone development in mind.

Just want a few ideas for books or sites I can check out. This is something I really want to start doing.

Thanks,
Luke
 

BlackWolf

macrumors regular
Apr 9, 2009
244
0
it's cocoa touch which is based on objective-c 2.0

best thing to do: grab a objective-c tutorial and start with that.

best place to start is of course http://developer.apple.com/iphone/ Apple provides really really good documentation for their stuff, but you need a little experience to undestand those. but there are lots of example codes and tutorials their and every API function is documented, it's really great.

also, just open up a template app in xcode (for example a view-based application) and look at how it is build up
 

clarksonknight

macrumors regular
Aug 15, 2008
106
1
Washington, DC
So I just got my MacBook, and finally have the tools I need to start developing iPhone apps. I've got the SDK, but the thing is, I have very little programming knowledge. Where would be a good place to start learning the programming language? I assume its C++? I know there's loads of C++ books and sites out there for learning the language, but I'd like one that teaches you it within the iPhone environment, if you get what I mean, as in, teaching it with iPhone development in mind.

Just want a few ideas for books or sites I can check out. This is something I really want to start doing.

Thanks,
Luke

Luke,

If you want something to read in print, I'd suggest starting with "Programming in Objective-C 2.0" by Stephen Kochan first, then pick up the book by Jeff LaMarche - "Beginning iPhone Development: Exploring the iPhone SDK"

The first book is great for those who haven't done a lot of programming, and the second book assumes that you know a little bit about Objective C.

Both books are a very easy read with lots of code examples, so by the time you're done with both you should be well on your way to making apps.
 

iGary

Guest
May 26, 2004
19,580
7
Randy's House
Luke,

If you want something to read in print, I'd suggest starting with "Programming in Objective-C 2.0" by Stephen Kochan first, then pick up the book by Jeff LaMarche - "Beginning iPhone Development: Exploring the iPhone SDK"

The first book is great for those who haven't done a lot of programming, and the second book assumes that you know a little bit about Objective C.

Both books are a very easy read with lots of code examples, so by the time you're done with both you should be well on your way to making apps.

+1

Excellent suggestion and both are awesome books.
 

226896

Guest
Original poster
Sep 13, 2008
204
0
Luke,

If you want something to read in print, I'd suggest starting with "Programming in Objective-C 2.0" by Stephen Kochan first, then pick up the book by Jeff LaMarche - "Beginning iPhone Development: Exploring the iPhone SDK"

The first book is great for those who haven't done a lot of programming, and the second book assumes that you know a little bit about Objective C.

Both books are a very easy read with lots of code examples, so by the time you're done with both you should be well on your way to making apps.

Excellent, thank you very much for the suggestions. I'll be ordering both these books off Amazon today. I can't wait to get started!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.