We've expanded our news coverage and improved our search! Visit news.oreilly.com for the latest or search for all things across O'Reilly!
advertisement

Article:
  Further Your CS Development with Mac OS X
Subject:   Help a Comp Eng. Student out
Date:   2004-12-01 12:02:16
From:   metacell
Response to: Help a Comp Eng. Student out

I seriously recommend this series (note: MacDevCenter!):


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.