|
|
#1 |
|
Starting to learn how to program
Hi guys,
I would like to start to learn how to develop mac/iphone apps and would like to learn C I have absolutely no experience of programming of any kind. So, where would be the best place to start - decent tutorials etc. Thanks for any help
__________________
Apple recommends Mac OS X ![]() Alu iMac, 2.0 Ghz, 20 inch, 250 GB, 2 Gig ram |
|
|
|
0
|
|
|
#2 |
|
Well the first step is deciding on a technology to use. If you want to do iPhone apps (as well as Mac apps) Objective-C is the way to go.
In that case get Steve Kochan's book on Objective-C 2.0 from Amazon.
__________________
My main systems: iMac 2.7 GHz (Mountain Lion), iPad 2, iPhone 4S. |
|
|
|
0
|
|
|
#3 |
|
http://guides.macrumors.com/Cocoa_FAQ
There is a link that says "How do I get started programming on the Mac (or iPhone)?" under Mac Guides on the front page of this forum. You should start there. Also, there is an advanced search on the forum, and you can find lots of threads on this topic out there already: http://forums.macrumors.com/showthre...rt+programming http://forums.macrumors.com/showthre...rt+programming http://forums.macrumors.com/showthre...rt+programming http://forums.macrumors.com/showthre...rt+programming http://forums.macrumors.com/showthre...rt+programming http://forums.macrumors.com/showthre...rt+programming -Lee |
|
|
|
0
|
|
|
#4 |
|
if yo ujust want to start to learn programming, I think you ought to start out with something simpler than objective C, i program in php, python, C , C++, java, i ve even had to do some IA32 assembly code, and its still taking me a while to get used to obj-c
Id recommend starting out with python, its great although some of its features might spoil you, so maybe go for java first. I might get flamed for this , but hey its my opinion. ps: many pple suggest going for ruby on starting out, but i ve never tried it, so can t really recommend it.
__________________
unibodyMacbook, 4gb ram, 20gb 4th gen ipod photo, 2d gen ipod shuffle, AEBS, 40gb tv,g4-mini, like 4 keyboards,mighty mouse, 1stgen Iphone.
|
|
|
|
0
|
|
|
#5 | |
|
Quote:
So the first thing to do is to learn how to use the search forum tools before posting yet another freaking "how do I start programming thread"
__________________
The Palm Pre is the new Sarah Palin. |
||
|
|
0
|
|
|
#6 |
|
Thanks for all the help
Sorry I will do that in the future
__________________
Apple recommends Mac OS X ![]() Alu iMac, 2.0 Ghz, 20 inch, 250 GB, 2 Gig ram Last edited by Liamf555; Feb 1, 2009 at 11:46 AM. Reason: Adding extra |
|
|
|
0
|
|
|
#7 |
|
Anyone else with any advice/help?
__________________
Apple recommends Mac OS X ![]() Alu iMac, 2.0 Ghz, 20 inch, 250 GB, 2 Gig ram |
|
|
|
0
|
|
|
#8 |
|
|
0
|
|
|
#9 |
|
I recommend going to the library and looking though all the books on beginning programming (or programming for dummies/idiots, etc.) and finding books you like, find readable, and will actually work though lots of the problem sets. The books are all different, and there are a lot more choices for your particular level and learning style for some programming languages than for others.
It doesn't matter what language. It only matters that you spend time writing programs until you understand how. So pick the language(s) where you can get through the book(s) you've found the fastest and understand the ideas the best. Then after you are comfortable with one programming language, learn another, maybe even Applescript, Javascript, or Objective-C. . |
|
|
|
0
|
|
|
#10 |
|
i have to say that i have found things a little confusing. i have been using becomeanxcoder and im confused.
__________________
Apple recommends Mac OS X ![]() Alu iMac, 2.0 Ghz, 20 inch, 250 GB, 2 Gig ram |
|
|
|
0
|
|
|
#11 | |
|
Quote:
It doesn't matter what programming language. After you learn enough to get though a couple of the easy books, the XCode/Cocoa/Obj-C books will magically transform themselves into being much less confusing. . |
||
|
|
0
|
|
|
#12 |
|
Thanks for the help.
Could you recommend a good starter language
__________________
Apple recommends Mac OS X ![]() Alu iMac, 2.0 Ghz, 20 inch, 250 GB, 2 Gig ram |
|
|
|
0
|
|
|
#13 | |
|
Quote:
C is far enough from the machine to let you worry about your algorithms and learning some common syntax instead of shifting things in and out of memory to registers with machine code, but close enough that you get a good feeling about the hardware-software interface, especially using things like pointers. It also has mature compilers, tons of people with a lot of knowledge, and runs everywhere. I hope that this doesn't start another holy war about programming languages. I hazard to offer my suggestion to use gcc at the terminal with a simple text editor instead of an IDE, because that can start a whole different holy war. -Lee Last edited by lee1210; Feb 1, 2009 at 08:13 PM. Reason: just a hyphen |
||
|
|
0
|
|
|
#14 |
|
|
0
|
|
|
#15 |
|
Basic, Lisp, Scheme or Logo. However it's nearly impossible to find many books on these ancient languages these days, so you'll have far better luck with finding tons of titles on C, Java, or Javascript on the shelves at your local library.
If you find an ancient book on Smalltalk, that'd be great, since it was designed as an educational language, and since Objective C is sort-of Smalltalk in sheep's (C syntax) clothing. Very unlikely to find anything though. .
__________________
Apple II+, Mac 128k->512ke, Duo 210, MacBook Air 11, iPad mini, iPhone 5 |
|
|
|
0
|
|
|
#16 | |
|
Quote:
But LISP/Scheme is a great foundation. The first textbook I ever read about programming is available free online: http://mitpress.mit.edu/sicp/full-text/book/book.html Get a good scheme interpreter, and read that book and you can easily code in anything after that. EDIT: Plus you'll have that cool wear pattern on your 9 and 0 keys that all *real* developers have.
|
||
|
|
0
|
|
|
#17 |
|
Thanks for all the help guys
__________________
Apple recommends Mac OS X ![]() Alu iMac, 2.0 Ghz, 20 inch, 250 GB, 2 Gig ram |
|
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| thread | Thread Starter | Forum | Replies | Last Post |
| How to supercharge Mini? | ranny2 | Mac mini | 18 | Oct 27, 2011 08:53 PM |
| How To Remove Server Part Of Lion? | hhaydenn | iMac | 2 | Aug 18, 2011 05:21 PM |
| Starting Place to Learn How to Program | Dmac77 | Mac Programming | 16 | Aug 4, 2008 10:08 PM |
| Need book to learn how to program for the iPhone | TJunkers | iPhone Tips, Help and Troubleshooting | 1 | Jul 24, 2008 05:58 AM |
| Good way to learn how to program? | TSE | Mac Programming | 4 | Oct 1, 2007 04:31 PM |
All times are GMT -5. The time now is 05:37 PM.








Linear Mode

