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

thedon1

macrumors 6502a
Original poster
I am trying to get into iphone developement but don't really have any experience.

I have read that it is better to learn C first and then objective C. Would you agree with that?

Any C books to get me started?
 
Good stuff, looks like The C Programming Language (2nd Edition) is what i will be getting.

Do you guys reccomend anything else? Is the C for dummies book any good? I've read it's aimed at absolute begginers. While i know VB, C is very new for me. Is it worth picking up?
 
Is the C for dummies book any good? I've read it's aimed at absolute begginers. While i know VB, C is very new for me. Is it worth picking up?

Visit a book store or public library to look at the book, or borrow it from someone you know. If you already understand everything you see, don't buy it.

VB isn't much like C, except they have similar control structures (conditionals, loops, functions/subroutines). Types and pointers are two big differences, and pointers in particular can be a struggle, especially the relationship between C pointers and arrays.
 
Try to get something up to date, like Modern C Programming. The classic one your talking about has a good core base way to implement proper code, but its still outdated.

Also iPhone development focuses highly on OOP (Object-Oriented Programming) So try to learn Obj-C & Cocoa.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.