very very very new programmer..absolute beginner

ryanheppell203

Registered
hi, i'm beginning to get interested in programming and am an absolute begiiner. Ultimately i would like to able to use x-code but for now i thought that playing about with applescript could help me?? I am perticularly interested in objective c. Could anyone help me get on my feet and get started. Anyone run me through what x-code is all about and what the tabs on the left all are about?? Thanks alot, Ry. ;)
 
Start by buying a good book. I see no way to program without doing the effort to learn the basics.
 
Since you're learning on a Mac and want to be able to work up to Objective-C. I would suggest finding a good book that you can understand on C. It doesn't need to be a Mac-specific book. You may still need a few pointers on using the Mac tools, but if the C book uses Unix for its examples, then you should be able to figure it out.

Once you get some understanding of the basics like variables types, functions, loops and pointers, you can start learning Objective-C if that's where you want to go. You don't need to be a C guru, but Objective-C is built on C.

You may also be interested in Java. Java has a similar syntax to C and would get you right into objected-oriented thinking from the start. OS X has very good Java support from what I can tell, and Xcode 1.5 has Java code-completion now.

Once you get the basics of any language though, you can apply those skills to picking up new languages fast... so don't feel like you'd be stuck with whatever you choose to learn first. Learn what looks interesting and like something you'd stick with for a while.
 
Back
Top