Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Soulstorm

macrumors 68000
Original poster
Feb 1, 2005
1,887
1
I would like to know which c++ do you use on the mac and why? WHat does it offer to you more that any other?
 
I use the standard one that ships with Xcode. I'm a beginner, so I'm not too worried about the variances between the different compilers.
 
g++ because it works with xcode, and I can make custom makefiles to compile on linux and os x without a problem. although tracing memory leaks between the two system. now that is fun...
 
Most people go for the free one : GNU g++. You can get a lot better code from some commercial compilers, but they cost more than most individuals and small companies are willing to pay.
 
CodeWarrior 5 LE if I want to start up classic. g++ otherwise. But g++ produces some funky code and handles templetes very poorly in this version.

So I just stick to Objective-C. :p
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.