Skip to main content
Search titles, bodies, and author names
Found 1,323 posts across 1 forum.

How to start to program - really good books? — #4

Quote: Originally Posted by SteveJobs And is XCode ok even in the long run or would Eclipse (or something else?) be a better choice? -- Or should I try to start getting going in…
MacNN Development by Stradlater

How to start to program - really good books? — #5

If you're still in school, and future classes will be taught in Java, I would personally recommend sticking with Java...at least for awhile longer. IMHO, it is a real good idea to…
MacNN Development by smitty825

How to start to program - really good books? — #6

Steve, I'm coming from an academic standpoint. I'd say learn Scheme or LISP as a first language, because they are truly excellent, beautiful languages. After spending some time wit…
MacNN Development by parallax

How to start to program - really good books? — #7

Hey everyone, thanks for all the answers. I'll specify my point of view by commenting on some of your remarks. I am no longer attending any kind of school, so I don't get any Java…
MacNN Development by SteveJobs

How to start to program - really good books? — #8

a few weeks have passed since the last post but i will still post for what it is worth... what language you want to learn depends on what you want to acheive. why do you want to l…
MacNN Development by phoenix78

How to start to program - really good books? — #9

Quote: Originally Posted by phoenix78 what language you want to learn depends on what you want to acheive. why do you want to learn programming? with anything a person does in l…
MacNN Development by SteveJobs

How to start to program - really good books? — #10

Quote: Originally Posted by SteveJobs Other than this, which compiler should I use in order to get into Java? java sdk comes with javac. This is a good one. There is also…
MacNN Development by Dr.Michael

How to start to program - really good books? — #11

yeah java is a good place to start.. it comes built into the OS? or do you have to install the developer packages yourself from the OS cd/dvd? lol.. i cant remember it has been age…
MacNN Development by phoenix78

How to start to program - really good books? — #12

Cocoa/Objective-C. There's really no other option for great OS X apps. Sure, Java is popular, but you don't need to learn it as a first language. It's really something you learn la…
MacNN Development by Thinine

How to start to program - really good books? — #13

I've found the best way to learn a language and its API is to sit down and give yourself goals/projects to do. For example, work on writing a simple calculator or a really simple 2…
MacNN Development by jamil5454

How to start to program - really good books? — #14

SteveJobs, If you want to write applications for Mac OS X, Objective-C/Cocoa is definitely a great place to start. However, I suggest that you take daily supplements of learning L…
MacNN Development by parallax

Interested in programming courses — #1

I have been a switcher for about a 1 1/2 years, and am intested in taking some courses on computer programming. There is a course on Perl at the local community college. A six week…
MacNN Development by larrinski

Interested in programming courses — #2

Stick to the cross-platform languages (i.e. take ANSI C instead of Visual C) and you should be able to program in any language on your Mac.
MacNN Development by mduell

Interested in programming courses — #3

Quote: Originally Posted by larrinski I have been a switcher for about a 1 1/2 years, and am intested in taking some courses on computer programming. There is a course on Perl a…
MacNN Development by si_lance

Interested in programming courses — #4

I've got a Mac (and only a Mac), and I'm currently a student of Computer Engineering at the University of Arizona. All the work I've done so far has been easily accomplished on any…
MacNN Development by TheoCryst

Universal Binary Backwards Compatible? — #1

I'm updating a small screensaver I wrote to universal Binary, and I'm wondering about backwards compatiblity. I wrote it origionally on 10.3 and found it works on 10.2 as well (so…
MacNN Development by Bobby

Universal Binary Backwards Compatible? — #2

If you compile as universal binary, you must use the 10.4u SDK. This makes it incompatible with anything less than 10.4. So "no", it will not work with 10.2, but even more signif…
MacNN Development by Brass

Universal Binary Backwards Compatible? — #3

I'll preface this with the caveat that I have no Macintels, so I haven't tested any of this myself. That said, it should be possible to create a 10.2-compatible universal binary. F…
MacNN Development by Chuckit
mp.ls