|
|||||||
| Development XCode, Cocoa, and all other development |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
| 10-16-2008 | #2 (permalink) |
|
Assistant Store Manager
|
Use XCode. It comes on the Leopard disk as part of the developer tools. Write your code in XCode, make your interface in interface builder, and debug, test, and compile it in XCode as well. XCode is a complete development environment.
__________________
iMac Intel Core Duo 17" 1.83Ghz, 2GB Crucial RAM | iPhone 3GS (16GB) Twitter | Business Twitter | Maplewood, New Jersey Professional Photographer: Ben Drucker Photography |
|
|
|
| 10-21-2008 | #3 (permalink) |
|
Personal Shopping Specialist
Join Date: Dec 2006
Location: Norway
Posts: 306
![]() |
or open up a terminal.. navigate to the directory containing your source.. and:
gcc -o program program.c Probably easier than going the whole Xcode road if you're just getting started and are just learning the basics (small console programs).. This probably requires xcode to be installed though.. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
|
|