| Article: |
Further Your CS Development with Mac OS X | |
| Subject: | Help a Comp Eng. Student out | |
| Date: | 2004-09-14 03:05:35 | |
| From: | ll350 | |
|
Can anyone point me to some web resources for using IDE's on Mac OS X? Particularly Using Xcode for newbies? I am a Computer Engineering Student at UNC-CH, taking my Foundations of Programing class. I tried using Xcode, but the Documentation that is available at Apple Developer Connection doesn't seem to have me in it's target audience. I'm currently using JBuilder Foundation, which is pretty good, except that they don't have any documentation or samples for the Mac version.
|
||
Showing messages 1 through 1 of 1.





http://macdevcenter.com/pub/ct/37
But if you just want to write standard C/C++, you might just try running gcc from the mac terminal app.
You can still generate vanilla C/C++ programs from XCode, simply select 'Standard Tool' from the new projct window. Even if you don't want to learn the Mac APIs (Carbon or Cocoa), the series I linked is still a good introduction to the XCode environment.