PDA

View Full Version : Starting Cocoa/Cocoa front-end to unix


vonleigh
04-29-2002, 02:13 AM
Hello,

I'm learning to program in ObjectiveC and using Cocoa. My programming friends gave me the following advice "just pick a project and do it, you'll learn along the way". I'm already somewhat competent in java and php, but have no idea about mac programming.

Anyway, my project is to make a backup utility that is going to be a front-end to the unix side of things.

Unfortunately I haven't found any info on how to make a front-end, and how to tie in the cocoa with the unix side of things.

Anyone know where I can find some documentation to read up on the subject? Anyone care to recommend some objectiveC and/or Cocoa tutorials?


thanks,
Vonleigh

bakaDeshi
04-29-2002, 03:33 AM
http://developer.apple.com/samplecode/Sample_Code/Cocoa/Moriarity.htm

vonleigh
04-29-2002, 05:43 PM
Hey, great link! Thanks alot


(baka? baka janai!) ;)


Vonleigh

leighosx
05-14-2002, 06:20 PM
Check out the latest issue of MacTech magazine; it has exactly what you are looking for. The URL for their website is http://www.mactech.com/

**Leigh

eriklager
05-15-2002, 07:53 AM
Check out this (http://www.cocoadevcentral.com/tutorials/showpage.php?show=00000024.php) Cocoa Dev Central tutorial.

Erik

hschickel
05-28-2002, 09:19 PM
Try the ADC Unix Porting Guide (http://developer.apple.com/techpubs/macosx/Darwin/PortingUNIX/index.html).

Hugh