Thread: Learning C++
View Single Post
  #3  
Old April 23rd, 2008, 02:14 PM
Viro's Avatar
Viro Viro is offline
Registered User
 
Join Date: Nov 2003
Location: Oxford, UK
Posts: 2,492
Thanks: 0
Thanked 1 Time in 1 Post
Viro will become famous soon enoughViro will become famous soon enough
You can use C++ in Xcode quite easily. If you're doing console based programs (i.e. the ones that output text to a terminal) the project type you're interested in is Command Line Utility -> C++ Tool. Then add whatever C++ files you need and you're good to go.

Doing GUI related stuff on the Mac in C++ is considerably harder. I'm personally a huge fan of wxWidgets for C++ GUI development and that works great on the Mac too.
Reply With Quote