C++ compiler for Mac

Joined
5/25/11
Messages
19
Points
13
Hey guys,
I am taking C++ class this term and the problem is that i have a Mac. Whats the best way to use C++ in mac? Any suggestions for a good compiler to use C++ in Mac?
 
You should have a range of compilers to use. g++ is a good one, but there are many others.
 
Thanks for the input guys!
I am again stuck with a problem again. I have been using Xcode to write some basic programs and now I am doing an independent study on it with one of my professor. So my professor wanted me to send him object code file of my program but i cant find where it is. It was easy in FORTRAN where i could get it from command prompt but it seems different in Xcode. Any of you guys know how to retrieve object code file in Xcode? Thanks
 
Back
Top Bottom